t

test-library

A test library to learn deployment on maven
http://www.example.com/library
MIT License
Samuele Burattini
文件下载
文件名 操作
test-library-0.1.1.jar 下载
test-library-0.1.1.pom 下载
test-library-0.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.wldt.test</groupId>
  <artifactId>test-library</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.wldt.test:test-library:0.1.1'
Gradle Kotlin
implementation("io.github.wldt.test:test-library:0.1.1")
Scala SBT
libraryDependencies += "io.github.wldt.test" % "test-library" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.wldt.test', module='test-library', version='0.1.1')
)
Apache Ivy
<dependency org="io.github.wldt.test" name="test-library" rev="0.1.1" />
Leiningen
[io.github.wldt.test/test-library "0.1.1"]
Apache Buildr
'io.github.wldt.test:test-library:jar:0.1.1'