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