文件下载
文件名 操作
common-1.3.4.3.jar 下载
common-1.3.4.3.pom 下载
common-1.3.4.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.fanzezhen</groupId>
  <artifactId>common</artifactId>
  <version>1.3.4.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.fanzezhen:common:1.3.4.3'
Gradle Kotlin
implementation("com.github.fanzezhen:common:1.3.4.3")
Scala SBT
libraryDependencies += "com.github.fanzezhen" % "common" % "1.3.4.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fanzezhen', module='common', version='1.3.4.3')
)
Apache Ivy
<dependency org="com.github.fanzezhen" name="common" rev="1.3.4.3" />
Leiningen
[com.github.fanzezhen/common "1.3.4.3"]
Apache Buildr
'com.github.fanzezhen:common:jar:1.3.4.3'