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