Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdbr.com.objectos.auto |
ArtifactId | ArtifactIdparent |
Version | Version0.8.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-0.8.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos.auto/parent/ -->
<dependency>
<groupId>br.com.objectos.auto</groupId>
<artifactId>parent</artifactId>
<version>0.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.auto/parent/
implementation 'br.com.objectos.auto:parent:0.8.0'
// https://jarcasting.com/artifacts/br.com.objectos.auto/parent/
implementation ("br.com.objectos.auto:parent:0.8.0")
'br.com.objectos.auto:parent:pom:0.8.0'
<dependency org="br.com.objectos.auto" name="parent" rev="0.8.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.auto', module='parent', version='0.8.0')
)
libraryDependencies += "br.com.objectos.auto" % "parent" % "0.8.0"
[br.com.objectos.auto/parent "0.8.0"]