is not current version
Last Version 0.4.1

org.ops4j.pax:carrot 0.2.0

Acceptance Testing for Healthy Applications

GroupId

GroupId

org.ops4j.pax
ArtifactId

ArtifactId

carrot
Version

Version

0.2.0
Type

Type

pom

Download carrot 0.2.0

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"]