Group Id com.alibaba
Artifact Id druid
Version 1.1.11_preview_9
Packaging jar
URL -
Badge
Last Updated 2018-09-13T05:35:52+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>druid</artifactId>
    <version>1.1.11_preview_9</version>
</dependency>
implementation group: 'com.alibaba', name: 'druid', version: '1.1.11_preview_9'
implementation 'com.alibaba:druid:1.1.11_preview_9'
implementation("com.alibaba:druid:1.1.11_preview_9")
libraryDependencies += "com.alibaba" % "druid" % "1.1.11_preview_9"
<dependency org="com.alibaba" name="druid" rev="1.1.11_preview_9"/>
@Grapes(
    @Grab(group='com.alibaba', module='druid', version='1.1.11_preview_9')
)
[com.alibaba/druid "1.1.11_preview_9"]
'com.alibaba:druid:1.1.11_preview_9'