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