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