Files download
File Operation
chutney-junit-api-1.4.4.jar download
chutney-junit-api-1.4.4.pom download
chutney-junit-api-1.4.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.chutneytesting</groupId>
  <artifactId>chutney-junit-api</artifactId>
  <version>1.4.4</version>
</dependency>
Gradle Groovy
implementation 'com.chutneytesting:chutney-junit-api:1.4.4'
Gradle Kotlin
implementation("com.chutneytesting:chutney-junit-api:1.4.4")
Scala SBT
libraryDependencies += "com.chutneytesting" % "chutney-junit-api" % "1.4.4"
Groovy Grape
@Grapes(
  @Grab(group='com.chutneytesting', module='chutney-junit-api', version='1.4.4')
)
Apache Ivy
<dependency org="com.chutneytesting" name="chutney-junit-api" rev="1.4.4" />
Leiningen
[com.chutneytesting/chutney-junit-api "1.4.4"]
Apache Buildr
'com.chutneytesting:chutney-junit-api:jar:1.4.4'