Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIduk.org.retep.tools.maven |
ArtifactId | ArtifactIdcore-plugin-tools |
Version | Version10.5.1 |
Type | Typejar |
<!-- 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.5.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.5.1'
// https://jarcasting.com/artifacts/uk.org.retep.tools.maven/core-plugin-tools/
implementation ("uk.org.retep.tools.maven:core-plugin-tools:10.5.1")
'uk.org.retep.tools.maven:core-plugin-tools:jar:10.5.1'
<dependency org="uk.org.retep.tools.maven" name="core-plugin-tools" rev="10.5.1">
<artifact name="core-plugin-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.tools.maven', module='core-plugin-tools', version='10.5.1')
)
libraryDependencies += "uk.org.retep.tools.maven" % "core-plugin-tools" % "10.5.1"
[uk.org.retep.tools.maven/core-plugin-tools "10.5.1"]