文件下载
文件名 操作
willtest-2.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>at.willhaben.willtest</groupId>
  <artifactId>willtest</artifactId>
  <version>2.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'at.willhaben.willtest:willtest:2.0.0'
Gradle Kotlin
implementation("at.willhaben.willtest:willtest:2.0.0")
Scala SBT
libraryDependencies += "at.willhaben.willtest" % "willtest" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='at.willhaben.willtest', module='willtest', version='2.0.0')
)
Apache Ivy
<dependency org="at.willhaben.willtest" name="willtest" rev="2.0.0" />
Leiningen
[at.willhaben.willtest/willtest "2.0.0"]
Apache Buildr
'at.willhaben.willtest:willtest:jar:2.0.0'
本项目依赖
该项目无第三方依赖