Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.jexmec |
ArtifactId | ArtifactIdjexmec-docs |
Version | Version1.25 |
Type | Typejar |
Filename | Size |
---|---|
jexmec-docs-1.25.pom | |
jexmec-docs-1.25.jar | 2 KB |
jexmec-docs-1.25-sources.jar | 324 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.kantega.jexmec/jexmec-docs/ -->
<dependency>
<groupId>org.kantega.jexmec</groupId>
<artifactId>jexmec-docs</artifactId>
<version>1.25</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.jexmec/jexmec-docs/
implementation 'org.kantega.jexmec:jexmec-docs:1.25'
// https://jarcasting.com/artifacts/org.kantega.jexmec/jexmec-docs/
implementation ("org.kantega.jexmec:jexmec-docs:1.25")
'org.kantega.jexmec:jexmec-docs:jar:1.25'
<dependency org="org.kantega.jexmec" name="jexmec-docs" rev="1.25">
<artifact name="jexmec-docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.jexmec', module='jexmec-docs', version='1.25')
)
libraryDependencies += "org.kantega.jexmec" % "jexmec-docs" % "1.25"
[org.kantega.jexmec/jexmec-docs "1.25"]