Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdio.github.digimono |
ArtifactId | ArtifactIdmaven-super-pom |
Version | Version0.0.2 |
Type | Typepom |
Filename | Size |
---|---|
maven-super-pom-0.0.2.pom | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.digimono/maven-super-pom/ -->
<dependency>
<groupId>io.github.digimono</groupId>
<artifactId>maven-super-pom</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.digimono/maven-super-pom/
implementation 'io.github.digimono:maven-super-pom:0.0.2'
// https://jarcasting.com/artifacts/io.github.digimono/maven-super-pom/
implementation ("io.github.digimono:maven-super-pom:0.0.2")
'io.github.digimono:maven-super-pom:pom:0.0.2'
<dependency org="io.github.digimono" name="maven-super-pom" rev="0.0.2">
<artifact name="maven-super-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.digimono', module='maven-super-pom', version='0.0.2')
)
libraryDependencies += "io.github.digimono" % "maven-super-pom" % "0.0.2"
[io.github.digimono/maven-super-pom "0.0.2"]