Categories |
CategoriesMaven Build Tools Ant |
---|---|
GroupId | GroupIdorg.kantega.jexmec |
ArtifactId | ArtifactIdjexmec-mavenrepo-clp |
Version | Version2.0.0rc7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kantega.jexmec/jexmec-mavenrepo-clp/ -->
<dependency>
<groupId>org.kantega.jexmec</groupId>
<artifactId>jexmec-mavenrepo-clp</artifactId>
<version>2.0.0rc7</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.jexmec/jexmec-mavenrepo-clp/
implementation 'org.kantega.jexmec:jexmec-mavenrepo-clp:2.0.0rc7'
// https://jarcasting.com/artifacts/org.kantega.jexmec/jexmec-mavenrepo-clp/
implementation ("org.kantega.jexmec:jexmec-mavenrepo-clp:2.0.0rc7")
'org.kantega.jexmec:jexmec-mavenrepo-clp:jar:2.0.0rc7'
<dependency org="org.kantega.jexmec" name="jexmec-mavenrepo-clp" rev="2.0.0rc7">
<artifact name="jexmec-mavenrepo-clp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.jexmec', module='jexmec-mavenrepo-clp', version='2.0.0rc7')
)
libraryDependencies += "org.kantega.jexmec" % "jexmec-mavenrepo-clp" % "2.0.0rc7"
[org.kantega.jexmec/jexmec-mavenrepo-clp "2.0.0rc7"]