GroupId | GroupIdorg.ops4j.pax.warp.itest |
---|---|
ArtifactId | ArtifactIditest-osgi |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
itest-osgi-0.6.0.pom | |
itest-osgi-0.6.0.jar | 2 KB |
itest-osgi-0.6.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.warp.itest/itest-osgi/
implementation 'org.ops4j.pax.warp.itest:itest-osgi:0.6.0'
// https://jarcasting.com/artifacts/org.ops4j.pax.warp.itest/itest-osgi/
implementation ("org.ops4j.pax.warp.itest:itest-osgi:0.6.0")
'org.ops4j.pax.warp.itest:itest-osgi:jar:0.6.0'
<dependency org="org.ops4j.pax.warp.itest" name="itest-osgi" rev="0.6.0">
<artifact name="itest-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.warp.itest', module='itest-osgi', version='0.6.0')
)
libraryDependencies += "org.ops4j.pax.warp.itest" % "itest-osgi" % "0.6.0"
[org.ops4j.pax.warp.itest/itest-osgi "0.6.0"]