GroupId | GroupIdbr.com.objectos |
---|---|
ArtifactId | ArtifactIdway-code-parent |
Version | Version1.20.0 |
Type | Typejar |
Filename | Size |
---|---|
way-code-parent-1.20.0.pom | 1 KB |
way-code-parent-1.20.0-tests.jar | 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>1.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/way-code-parent/
implementation 'br.com.objectos:way-code-parent:1.20.0'
// https://jarcasting.com/artifacts/br.com.objectos/way-code-parent/
implementation ("br.com.objectos:way-code-parent:1.20.0")
'br.com.objectos:way-code-parent:jar:1.20.0'
<dependency org="br.com.objectos" name="way-code-parent" rev="1.20.0">
<artifact name="way-code-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='way-code-parent', version='1.20.0')
)
libraryDependencies += "br.com.objectos" % "way-code-parent" % "1.20.0"
[br.com.objectos/way-code-parent "1.20.0"]