Files download
File Operation
defibus-common-1.0.1.jar download
defibus-common-1.0.1.pom download
defibus-common-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.webank.defibus</groupId>
  <artifactId>defibus-common</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.webank.defibus:defibus-common:1.0.1'
Gradle Kotlin
implementation("com.webank.defibus:defibus-common:1.0.1")
Scala SBT
libraryDependencies += "com.webank.defibus" % "defibus-common" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.webank.defibus', module='defibus-common', version='1.0.1')
)
Apache Ivy
<dependency org="com.webank.defibus" name="defibus-common" rev="1.0.1" />
Leiningen
[com.webank.defibus/defibus-common "1.0.1"]
Apache Buildr
'com.webank.defibus:defibus-common:jar:1.0.1'