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