GroupId | GroupIdbr.com.jbugbrasil |
---|---|
ArtifactId | ArtifactIdparent-pom |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-pom-1.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.jbugbrasil/parent-pom/ -->
<dependency>
<groupId>br.com.jbugbrasil</groupId>
<artifactId>parent-pom</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.jbugbrasil/parent-pom/
implementation 'br.com.jbugbrasil:parent-pom:1.0'
// https://jarcasting.com/artifacts/br.com.jbugbrasil/parent-pom/
implementation ("br.com.jbugbrasil:parent-pom:1.0")
'br.com.jbugbrasil:parent-pom:pom:1.0'
<dependency org="br.com.jbugbrasil" name="parent-pom" rev="1.0">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.jbugbrasil', module='parent-pom', version='1.0')
)
libraryDependencies += "br.com.jbugbrasil" % "parent-pom" % "1.0"
[br.com.jbugbrasil/parent-pom "1.0"]