GroupId | GroupIdbr.com.objectos |
---|---|
ArtifactId | ArtifactIdway-etc |
Version | Version1.13.0 |
Type | Typejar |
Filename | Size |
---|---|
way-etc-1.13.0.pom | |
way-etc-1.13.0.jar | 58 KB |
way-etc-1.13.0-tests.jar | 30 KB |
way-etc-1.13.0-test-sources.jar | 20 KB |
way-etc-1.13.0-sources.jar | 26 KB |
way-etc-1.13.0-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/way-etc/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>way-etc</artifactId>
<version>1.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/way-etc/
implementation 'br.com.objectos:way-etc:1.13.0'
// https://jarcasting.com/artifacts/br.com.objectos/way-etc/
implementation ("br.com.objectos:way-etc:1.13.0")
'br.com.objectos:way-etc:jar:1.13.0'
<dependency org="br.com.objectos" name="way-etc" rev="1.13.0">
<artifact name="way-etc" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='way-etc', version='1.13.0')
)
libraryDependencies += "br.com.objectos" % "way-etc" % "1.13.0"
[br.com.objectos/way-etc "1.13.0"]