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