| GroupId | GroupIdorg.ops4j.pax |
|---|---|
| ArtifactId | ArtifactIdwarp |
| Version | Version0.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| warp-0.1.0.pom | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax/warp/ -->
<dependency>
<groupId>org.ops4j.pax</groupId>
<artifactId>warp</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax/warp/
implementation 'org.ops4j.pax:warp:0.1.0'
// https://jarcasting.com/artifacts/org.ops4j.pax/warp/
implementation ("org.ops4j.pax:warp:0.1.0")
'org.ops4j.pax:warp:pom:0.1.0'
<dependency org="org.ops4j.pax" name="warp" rev="0.1.0">
<artifact name="warp" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax', module='warp', version='0.1.0')
)
libraryDependencies += "org.ops4j.pax" % "warp" % "0.1.0"
[org.ops4j.pax/warp "0.1.0"]