GroupId | GroupIdorg.overturetool.core.combinatorialtesting |
---|---|
ArtifactId | ArtifactIdctutils |
Version | Version2.6.2 |
Type | Typejar |
Filename | Size |
---|---|
ctutils-2.6.2.pom | |
ctutils-2.6.2.jar | 9 KB |
ctutils-2.6.2-sources.jar | 6 KB |
ctutils-2.6.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core.combinatorialtesting/ctutils/
implementation 'org.overturetool.core.combinatorialtesting:ctutils:2.6.2'
// https://jarcasting.com/artifacts/org.overturetool.core.combinatorialtesting/ctutils/
implementation ("org.overturetool.core.combinatorialtesting:ctutils:2.6.2")
'org.overturetool.core.combinatorialtesting:ctutils:jar:2.6.2'
<dependency org="org.overturetool.core.combinatorialtesting" name="ctutils" rev="2.6.2">
<artifact name="ctutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core.combinatorialtesting', module='ctutils', version='2.6.2')
)
libraryDependencies += "org.overturetool.core.combinatorialtesting" % "ctutils" % "2.6.2"
[org.overturetool.core.combinatorialtesting/ctutils "2.6.2"]