文件下载
文件名 操作
common-0.0.2.4.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.fanzezhen</groupId>
  <artifactId>common</artifactId>
  <version>0.0.2.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.fanzezhen:common:0.0.2.4'
Gradle Kotlin
implementation("com.github.fanzezhen:common:0.0.2.4")
Scala SBT
libraryDependencies += "com.github.fanzezhen" % "common" % "0.0.2.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fanzezhen', module='common', version='0.0.2.4')
)
Apache Ivy
<dependency org="com.github.fanzezhen" name="common" rev="0.0.2.4" />
Leiningen
[com.github.fanzezhen/common "0.0.2.4"]
Apache Buildr
'com.github.fanzezhen:common:jar:0.0.2.4'
本项目依赖
该项目无第三方依赖