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