c

chutney-junit-parent

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