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