GroupId | GroupIdorg.ops4j.pax.carrot |
---|---|
ArtifactId | ArtifactIdpax-carrot-el-patch |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.carrot/pax-carrot-el-patch/ -->
<dependency>
<groupId>org.ops4j.pax.carrot</groupId>
<artifactId>pax-carrot-el-patch</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.carrot/pax-carrot-el-patch/
implementation 'org.ops4j.pax.carrot:pax-carrot-el-patch:0.4.0'
// https://jarcasting.com/artifacts/org.ops4j.pax.carrot/pax-carrot-el-patch/
implementation ("org.ops4j.pax.carrot:pax-carrot-el-patch:0.4.0")
'org.ops4j.pax.carrot:pax-carrot-el-patch:jar:0.4.0'
<dependency org="org.ops4j.pax.carrot" name="pax-carrot-el-patch" rev="0.4.0">
<artifact name="pax-carrot-el-patch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.carrot', module='pax-carrot-el-patch', version='0.4.0')
)
libraryDependencies += "org.ops4j.pax.carrot" % "pax-carrot-el-patch" % "0.4.0"
[org.ops4j.pax.carrot/pax-carrot-el-patch "0.4.0"]