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