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