GroupId | GroupIdbr.com.objectos |
---|---|
ArtifactId | ArtifactIdway-code-parent |
Version | Version2.0.0 |
Type | Typepom |
Filename | Size |
---|---|
way-code-parent-2.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/way-code-parent/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>way-code-parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/way-code-parent/
implementation 'br.com.objectos:way-code-parent:2.0.0'
// https://jarcasting.com/artifacts/br.com.objectos/way-code-parent/
implementation ("br.com.objectos:way-code-parent:2.0.0")
'br.com.objectos:way-code-parent:pom:2.0.0'
<dependency org="br.com.objectos" name="way-code-parent" rev="2.0.0">
<artifact name="way-code-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='way-code-parent', version='2.0.0')
)
libraryDependencies += "br.com.objectos" % "way-code-parent" % "2.0.0"
[br.com.objectos/way-code-parent "2.0.0"]