文件下载
文件名 操作
chutney-parent-1.4.5.pom 下载
Apache Maven
<dependency>
  <groupId>com.chutneytesting</groupId>
  <artifactId>chutney-parent</artifactId>
  <version>1.4.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.chutneytesting:chutney-parent:1.4.5'
Gradle Kotlin
implementation("com.chutneytesting:chutney-parent:1.4.5")
Scala SBT
libraryDependencies += "com.chutneytesting" % "chutney-parent" % "1.4.5"
Groovy Grape
@Grapes(
  @Grab(group='com.chutneytesting', module='chutney-parent', version='1.4.5')
)
Apache Ivy
<dependency org="com.chutneytesting" name="chutney-parent" rev="1.4.5" />
Leiningen
[com.chutneytesting/chutney-parent "1.4.5"]
Apache Buildr
'com.chutneytesting:chutney-parent:jar:1.4.5'