is not current version
Last Version 0.7.0

org.ops4j.pax.warp:maven 0.1.0


Categories

Categories

Maven Build Tools
GroupId

GroupId

org.ops4j.pax.warp
ArtifactId

ArtifactId

maven
Version

Version

0.1.0
Type

Type

pom

Download maven 0.1.0

Filename Size
maven-0.1.0.pom 630 bytes
Browse

<!-- https://jarcasting.com/artifacts/org.ops4j.pax.warp/maven/ -->
<dependency>
    <groupId>org.ops4j.pax.warp</groupId>
    <artifactId>maven</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.warp/maven/
implementation 'org.ops4j.pax.warp:maven:0.1.0'
// https://jarcasting.com/artifacts/org.ops4j.pax.warp/maven/
implementation ("org.ops4j.pax.warp:maven:0.1.0")
'org.ops4j.pax.warp:maven:pom:0.1.0'
<dependency org="org.ops4j.pax.warp" name="maven" rev="0.1.0">
  <artifact name="maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.warp', module='maven', version='0.1.0')
)
libraryDependencies += "org.ops4j.pax.warp" % "maven" % "0.1.0"
[org.ops4j.pax.warp/maven "0.1.0"]