c

chutney-junit-parent

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