GroupId | GroupIdorg.ops4j.pax |
---|---|
ArtifactId | ArtifactIditest |
Version | Version1.1.8 |
Type | Typejar |
Filename | Size |
---|---|
itest-1.1.8.pom | |
itest-1.1.8.jar | 4 KB |
itest-1.1.8-javadoc.jar | 335 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax/itest/ -->
<dependency>
<groupId>org.ops4j.pax</groupId>
<artifactId>itest</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax/itest/
implementation 'org.ops4j.pax:itest:1.1.8'
// https://jarcasting.com/artifacts/org.ops4j.pax/itest/
implementation ("org.ops4j.pax:itest:1.1.8")
'org.ops4j.pax:itest:jar:1.1.8'
<dependency org="org.ops4j.pax" name="itest" rev="1.1.8">
<artifact name="itest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax', module='itest', version='1.1.8')
)
libraryDependencies += "org.ops4j.pax" % "itest" % "1.1.8"
[org.ops4j.pax/itest "1.1.8"]