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