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