| GroupId | GroupIdorg.ops4j.pax.url |
|---|---|
| ArtifactId | ArtifactIditest |
| Version | Version2.4.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| itest-2.4.3.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.url/itest/ -->
<dependency>
<groupId>org.ops4j.pax.url</groupId>
<artifactId>itest</artifactId>
<version>2.4.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.url/itest/
implementation 'org.ops4j.pax.url:itest:2.4.3'
// https://jarcasting.com/artifacts/org.ops4j.pax.url/itest/
implementation ("org.ops4j.pax.url:itest:2.4.3")
'org.ops4j.pax.url:itest:pom:2.4.3'
<dependency org="org.ops4j.pax.url" name="itest" rev="2.4.3">
<artifact name="itest" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.url', module='itest', version='2.4.3')
)
libraryDependencies += "org.ops4j.pax.url" % "itest" % "2.4.3"
[org.ops4j.pax.url/itest "2.4.3"]