Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIduk.org.retep.tools.maven |
ArtifactId | ArtifactIdcore-plugin-tools |
Version | Version10.1 |
Type | Typejar |
Filename | Size |
---|---|
core-plugin-tools-10.1.pom | |
core-plugin-tools-10.1.jar | 7 KB |
core-plugin-tools-10.1-tests.jar | 1 KB |
core-plugin-tools-10.1-sources.jar | 4 KB |
core-plugin-tools-10.1-javadoc.jar | 32 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>10.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.tools.maven/core-plugin-tools/
implementation 'uk.org.retep.tools.maven:core-plugin-tools:10.1'
// https://jarcasting.com/artifacts/uk.org.retep.tools.maven/core-plugin-tools/
implementation ("uk.org.retep.tools.maven:core-plugin-tools:10.1")
'uk.org.retep.tools.maven:core-plugin-tools:jar:10.1'
<dependency org="uk.org.retep.tools.maven" name="core-plugin-tools" rev="10.1">
<artifact name="core-plugin-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.tools.maven', module='core-plugin-tools', version='10.1')
)
libraryDependencies += "uk.org.retep.tools.maven" % "core-plugin-tools" % "10.1"
[uk.org.retep.tools.maven/core-plugin-tools "10.1"]