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