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