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