is not current version
Last Version 0.1.0-jdk17

br.com.objectos:parent-build 0.1.0-jdk11

The parent (build) pom.xml for all Maven artifacts by Objectos Software LTDA.

GroupId

GroupId

br.com.objectos
ArtifactId

ArtifactId

parent-build
Version

Version

0.1.0-jdk11
Type

Type

pom

Download parent-build 0.1.0-jdk11


<!-- https://jarcasting.com/artifacts/br.com.objectos/parent-build/ -->
<dependency>
    <groupId>br.com.objectos</groupId>
    <artifactId>parent-build</artifactId>
    <version>0.1.0-jdk11</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/parent-build/
implementation 'br.com.objectos:parent-build:0.1.0-jdk11'
// https://jarcasting.com/artifacts/br.com.objectos/parent-build/
implementation ("br.com.objectos:parent-build:0.1.0-jdk11")
'br.com.objectos:parent-build:pom:0.1.0-jdk11'
<dependency org="br.com.objectos" name="parent-build" rev="0.1.0-jdk11">
  <artifact name="parent-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='parent-build', version='0.1.0-jdk11')
)
libraryDependencies += "br.com.objectos" % "parent-build" % "0.1.0-jdk11"
[br.com.objectos/parent-build "0.1.0-jdk11"]