GroupId | GroupIdorg.overturetool.core.combinatorialtesting |
---|---|
ArtifactId | ArtifactIdctutils |
Version | Version2.6.0 |
Type | Typejar |
Filename | Size |
---|---|
ctutils-2.6.0.pom | |
ctutils-2.6.0.jar | 9 KB |
ctutils-2.6.0-sources.jar | 6 KB |
ctutils-2.6.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.core.combinatorialtesting/ctutils/ -->
<dependency>
<groupId>org.overturetool.core.combinatorialtesting</groupId>
<artifactId>ctutils</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core.combinatorialtesting/ctutils/
implementation 'org.overturetool.core.combinatorialtesting:ctutils:2.6.0'
// https://jarcasting.com/artifacts/org.overturetool.core.combinatorialtesting/ctutils/
implementation ("org.overturetool.core.combinatorialtesting:ctutils:2.6.0")
'org.overturetool.core.combinatorialtesting:ctutils:jar:2.6.0'
<dependency org="org.overturetool.core.combinatorialtesting" name="ctutils" rev="2.6.0">
<artifact name="ctutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core.combinatorialtesting', module='ctutils', version='2.6.0')
)
libraryDependencies += "org.overturetool.core.combinatorialtesting" % "ctutils" % "2.6.0"
[org.overturetool.core.combinatorialtesting/ctutils "2.6.0"]