Categories |
CategoriesMaven Build Tools Ant Net |
---|---|
GroupId | GroupIdnet.anthavio.maven |
ArtifactId | ArtifactIdanthavio-super-pom |
Version | Version2 |
Type | Typepom |
Filename | Size |
---|---|
anthavio-super-pom-2.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>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.anthavio.maven/anthavio-super-pom/
implementation 'net.anthavio.maven:anthavio-super-pom:2'
// https://jarcasting.com/artifacts/net.anthavio.maven/anthavio-super-pom/
implementation ("net.anthavio.maven:anthavio-super-pom:2")
'net.anthavio.maven:anthavio-super-pom:pom:2'
<dependency org="net.anthavio.maven" name="anthavio-super-pom" rev="2">
<artifact name="anthavio-super-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.anthavio.maven', module='anthavio-super-pom', version='2')
)
libraryDependencies += "net.anthavio.maven" % "anthavio-super-pom" % "2"
[net.anthavio.maven/anthavio-super-pom "2"]