Files download
File Operation
test-lib-1.1.pom download
test-lib-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.wang-guangcheng.maventest</groupId>
  <artifactId>test-lib</artifactId>
  <version>1.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.wang-guangcheng.maventest:test-lib:1.1'
Gradle Kotlin
implementation("io.github.wang-guangcheng.maventest:test-lib:1.1")
Scala SBT
libraryDependencies += "io.github.wang-guangcheng.maventest" % "test-lib" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.wang-guangcheng.maventest', module='test-lib', version='1.1')
)
Apache Ivy
<dependency org="io.github.wang-guangcheng.maventest" name="test-lib" rev="1.1" />
Leiningen
[io.github.wang-guangcheng.maventest/test-lib "1.1"]
Apache Buildr
'io.github.wang-guangcheng.maventest:test-lib:jar:1.1'