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