c

chutney-junit-parent

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