GroupId | GroupIdorg.ops4j.pax.exam |
---|---|
ArtifactId | ArtifactIdpax-exam-testforge |
Version | Version3.5.0 |
Type | Typejar |
Filename | Size |
---|---|
pax-exam-testforge-3.5.0.pom | |
pax-exam-testforge-3.5.0.jar | 13 KB |
pax-exam-testforge-3.5.0-sources.jar | 11 KB |
pax-exam-testforge-3.5.0-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-testforge/ -->
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-testforge</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-testforge/
implementation 'org.ops4j.pax.exam:pax-exam-testforge:3.5.0'
// https://jarcasting.com/artifacts/org.ops4j.pax.exam/pax-exam-testforge/
implementation ("org.ops4j.pax.exam:pax-exam-testforge:3.5.0")
'org.ops4j.pax.exam:pax-exam-testforge:jar:3.5.0'
<dependency org="org.ops4j.pax.exam" name="pax-exam-testforge" rev="3.5.0">
<artifact name="pax-exam-testforge" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.exam', module='pax-exam-testforge', version='3.5.0')
)
libraryDependencies += "org.ops4j.pax.exam" % "pax-exam-testforge" % "3.5.0"
[org.ops4j.pax.exam/pax-exam-testforge "3.5.0"]