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