Categories |
CategoriesTestNG Unit Testing Native Development Tools |
---|---|
GroupId | GroupIdorg.ops4j.pax.exam |
ArtifactId | ArtifactIdregression-native-testng |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
regression-native-testng-3.0.1.pom | |
regression-native-testng-3.0.1.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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/regression-native-testng/
implementation 'org.ops4j.pax.exam:regression-native-testng:3.0.1'
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/regression-native-testng/
implementation ("org.ops4j.pax.exam:regression-native-testng:3.0.1")
'org.ops4j.pax.exam:regression-native-testng:jar:3.0.1'
<dependency org="org.ops4j.pax.exam" name="regression-native-testng" rev="3.0.1">
<artifact name="regression-native-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.exam', module='regression-native-testng', version='3.0.1')
)
libraryDependencies += "org.ops4j.pax.exam" % "regression-native-testng" % "3.0.1"
[org.ops4j.pax.exam/regression-native-testng "3.0.1"]