Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.jexmec |
ArtifactId | ArtifactIdjexmec |
Version | Version2.0.0rc3 |
Type | Typepom |
Filename | Size |
---|---|
jexmec-2.0.0rc3.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kantega.jexmec/jexmec/ -->
<dependency>
<groupId>org.kantega.jexmec</groupId>
<artifactId>jexmec</artifactId>
<version>2.0.0rc3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.jexmec/jexmec/
implementation 'org.kantega.jexmec:jexmec:2.0.0rc3'
// https://jarcasting.com/artifacts/org.kantega.jexmec/jexmec/
implementation ("org.kantega.jexmec:jexmec:2.0.0rc3")
'org.kantega.jexmec:jexmec:pom:2.0.0rc3'
<dependency org="org.kantega.jexmec" name="jexmec" rev="2.0.0rc3">
<artifact name="jexmec" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kantega.jexmec', module='jexmec', version='2.0.0rc3')
)
libraryDependencies += "org.kantega.jexmec" % "jexmec" % "2.0.0rc3"
[org.kantega.jexmec/jexmec "2.0.0rc3"]