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