is not current version
Last Version 0.6.0

br.com.objectos.way:parent 0.3.0

objectos way of coding. A modern Java8 development suite.

GroupId

GroupId

br.com.objectos.way
ArtifactId

ArtifactId

parent
Version

Version

0.3.0
Type

Type

pom

Download parent 0.3.0

Filename Size
parent-0.3.0.pom 45 KB
Browse

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