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