GroupId | GroupIdorg.ops4j.pax.warp.itest |
---|---|
ArtifactId | ArtifactIditest-osgi |
Version | Version0.6.2 |
Type | Typejar |
Filename | Size |
---|---|
itest-osgi-0.6.2.pom | |
itest-osgi-0.6.2.jar | 2 KB |
itest-osgi-0.6.2-sources.jar | 473 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.warp.itest/itest-osgi/ -->
<dependency>
<groupId>org.ops4j.pax.warp.itest</groupId>
<artifactId>itest-osgi</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.warp.itest/itest-osgi/
implementation 'org.ops4j.pax.warp.itest:itest-osgi:0.6.2'
// https://jarcasting.com/artifacts/org.ops4j.pax.warp.itest/itest-osgi/
implementation ("org.ops4j.pax.warp.itest:itest-osgi:0.6.2")
'org.ops4j.pax.warp.itest:itest-osgi:jar:0.6.2'
<dependency org="org.ops4j.pax.warp.itest" name="itest-osgi" rev="0.6.2">
<artifact name="itest-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.warp.itest', module='itest-osgi', version='0.6.2')
)
libraryDependencies += "org.ops4j.pax.warp.itest" % "itest-osgi" % "0.6.2"
[org.ops4j.pax.warp.itest/itest-osgi "0.6.2"]