License |
License |
---|---|
GroupId | GroupIdbr.com.objectos.core |
ArtifactId | ArtifactIdparent |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionobjectos :: core :: parent
objectos core Java8 libraries
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-0.5.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos.core/parent/ -->
<dependency>
<groupId>br.com.objectos.core</groupId>
<artifactId>parent</artifactId>
<version>0.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.core/parent/
implementation 'br.com.objectos.core:parent:0.5.0'
// https://jarcasting.com/artifacts/br.com.objectos.core/parent/
implementation ("br.com.objectos.core:parent:0.5.0")
'br.com.objectos.core:parent:pom:0.5.0'
<dependency org="br.com.objectos.core" name="parent" rev="0.5.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.core', module='parent', version='0.5.0')
)
libraryDependencies += "br.com.objectos.core" % "parent" % "0.5.0"
[br.com.objectos.core/parent "0.5.0"]