Categories |
CategoriesMaven Build Tools Net |
---|---|
GroupId | GroupIdau.net.ocean.maven.plugin |
ArtifactId | ArtifactIdmaven-plugin-tools |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
maven-plugin-tools-1.0.pom | |
maven-plugin-tools-1.0.jar | 30 KB |
maven-plugin-tools-1.0-sources.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/au.net.ocean.maven.plugin/maven-plugin-tools/ -->
<dependency>
<groupId>au.net.ocean.maven.plugin</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/au.net.ocean.maven.plugin/maven-plugin-tools/
implementation 'au.net.ocean.maven.plugin:maven-plugin-tools:1.0'
// https://jarcasting.com/artifacts/au.net.ocean.maven.plugin/maven-plugin-tools/
implementation ("au.net.ocean.maven.plugin:maven-plugin-tools:1.0")
'au.net.ocean.maven.plugin:maven-plugin-tools:jar:1.0'
<dependency org="au.net.ocean.maven.plugin" name="maven-plugin-tools" rev="1.0">
<artifact name="maven-plugin-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.net.ocean.maven.plugin', module='maven-plugin-tools', version='1.0')
)
libraryDependencies += "au.net.ocean.maven.plugin" % "maven-plugin-tools" % "1.0"
[au.net.ocean.maven.plugin/maven-plugin-tools "1.0"]