Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIduk.org.retep.tools.maven |
ArtifactId | ArtifactIdcore-plugin-tools |
Version | Version9.7 |
Type | Typejar |
Filename | Size |
---|---|
core-plugin-tools-9.7.pom | |
core-plugin-tools-9.7.jar | 5 KB |
core-plugin-tools-9.7-sources.jar | 1 KB |
core-plugin-tools-9.7-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep.tools.maven/core-plugin-tools/ -->
<dependency>
<groupId>uk.org.retep.tools.maven</groupId>
<artifactId>core-plugin-tools</artifactId>
<version>9.7</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.tools.maven/core-plugin-tools/
implementation 'uk.org.retep.tools.maven:core-plugin-tools:9.7'
// https://jarcasting.com/artifacts/uk.org.retep.tools.maven/core-plugin-tools/
implementation ("uk.org.retep.tools.maven:core-plugin-tools:9.7")
'uk.org.retep.tools.maven:core-plugin-tools:jar:9.7'
<dependency org="uk.org.retep.tools.maven" name="core-plugin-tools" rev="9.7">
<artifact name="core-plugin-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.tools.maven', module='core-plugin-tools', version='9.7')
)
libraryDependencies += "uk.org.retep.tools.maven" % "core-plugin-tools" % "9.7"
[uk.org.retep.tools.maven/core-plugin-tools "9.7"]