License |
License |
---|---|
GroupId | GroupIdbr.com.objectos |
ArtifactId | ArtifactIdparent |
Last Version | Last Version101 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionobjectos :: parent
parent pom.xml for objectos projects
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-101.pom | 20 KB |
parent-101-tests.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/parent/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>parent</artifactId>
<version>101</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/parent/
implementation 'br.com.objectos:parent:101'
// https://jarcasting.com/artifacts/br.com.objectos/parent/
implementation ("br.com.objectos:parent:101")
'br.com.objectos:parent:jar:101'
<dependency org="br.com.objectos" name="parent" rev="101">
<artifact name="parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='parent', version='101')
)
libraryDependencies += "br.com.objectos" % "parent" % "101"
[br.com.objectos/parent "101"]