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