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