Categories |
CategoriesMaven Build Tools Ant Net |
---|---|
GroupId | GroupIdnet.anthavio.maven |
ArtifactId | ArtifactIdanthavio-super-pom |
Version | Version3.1 |
Type | Typepom |
Filename | Size |
---|---|
anthavio-super-pom-3.1.pom | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.anthavio.maven/anthavio-super-pom/ -->
<dependency>
<groupId>net.anthavio.maven</groupId>
<artifactId>anthavio-super-pom</artifactId>
<version>3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.anthavio.maven/anthavio-super-pom/
implementation 'net.anthavio.maven:anthavio-super-pom:3.1'
// https://jarcasting.com/artifacts/net.anthavio.maven/anthavio-super-pom/
implementation ("net.anthavio.maven:anthavio-super-pom:3.1")
'net.anthavio.maven:anthavio-super-pom:pom:3.1'
<dependency org="net.anthavio.maven" name="anthavio-super-pom" rev="3.1">
<artifact name="anthavio-super-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.anthavio.maven', module='anthavio-super-pom', version='3.1')
)
libraryDependencies += "net.anthavio.maven" % "anthavio-super-pom" % "3.1"
[net.anthavio.maven/anthavio-super-pom "3.1"]