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