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