c

chutney-junit-parent

A junit 5 engine implementation for running glacio features.
Files download
File Operation
chutney-junit-parent-2.8.0.pom download
Apache Maven
<dependency>
  <groupId>com.chutneytesting</groupId>
  <artifactId>chutney-junit-parent</artifactId>
  <version>2.8.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.chutneytesting:chutney-junit-parent:2.8.0'
Gradle Kotlin
implementation("com.chutneytesting:chutney-junit-parent:2.8.0")
Scala SBT
libraryDependencies += "com.chutneytesting" % "chutney-junit-parent" % "2.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.chutneytesting', module='chutney-junit-parent', version='2.8.0')
)
Apache Ivy
<dependency org="com.chutneytesting" name="chutney-junit-parent" rev="2.8.0" />
Leiningen
[com.chutneytesting/chutney-junit-parent "2.8.0"]
Apache Buildr
'com.chutneytesting:chutney-junit-parent:jar:2.8.0'