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