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