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