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