Categories |
CategoriesMaven Build Tools Net |
---|---|
GroupId | GroupIdnz.net.osnz.parent |
ArtifactId | ArtifactIdmaven-plugin-parent |
Version | Version1.2 |
Type | Typepom |
Filename | Size |
---|---|
maven-plugin-parent-1.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.net.osnz.parent/maven-plugin-parent/ -->
<dependency>
<groupId>nz.net.osnz.parent</groupId>
<artifactId>maven-plugin-parent</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nz.net.osnz.parent/maven-plugin-parent/
implementation 'nz.net.osnz.parent:maven-plugin-parent:1.2'
// https://jarcasting.com/artifacts/nz.net.osnz.parent/maven-plugin-parent/
implementation ("nz.net.osnz.parent:maven-plugin-parent:1.2")
'nz.net.osnz.parent:maven-plugin-parent:pom:1.2'
<dependency org="nz.net.osnz.parent" name="maven-plugin-parent" rev="1.2">
<artifact name="maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='nz.net.osnz.parent', module='maven-plugin-parent', version='1.2')
)
libraryDependencies += "nz.net.osnz.parent" % "maven-plugin-parent" % "1.2"
[nz.net.osnz.parent/maven-plugin-parent "1.2"]