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