Categories |
CategoriesTestNG Unit Testing Native Development Tools |
---|---|
GroupId | GroupIdorg.ops4j.pax.exam |
ArtifactId | ArtifactIdregression-native-testng |
Version | Version3.0.0.M3 |
Type | Typejar |
Filename | Size |
---|---|
regression-native-testng-3.0.0.M3.pom | |
regression-native-testng-3.0.0.M3.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.exam/regression-native-testng/ -->
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>regression-native-testng</artifactId>
<version>3.0.0.M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/regression-native-testng/
implementation 'org.ops4j.pax.exam:regression-native-testng:3.0.0.M3'
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/regression-native-testng/
implementation ("org.ops4j.pax.exam:regression-native-testng:3.0.0.M3")
'org.ops4j.pax.exam:regression-native-testng:jar:3.0.0.M3'
<dependency org="org.ops4j.pax.exam" name="regression-native-testng" rev="3.0.0.M3">
<artifact name="regression-native-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.exam', module='regression-native-testng', version='3.0.0.M3')
)
libraryDependencies += "org.ops4j.pax.exam" % "regression-native-testng" % "3.0.0.M3"
[org.ops4j.pax.exam/regression-native-testng "3.0.0.M3"]