c

chutney-junit-parent

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