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