GroupId | GroupIdbr.com.objectos |
---|---|
ArtifactId | ArtifactIdway-etc |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
way-etc-0.3.0.pom | |
way-etc-0.3.0.jar | 51 KB |
way-etc-0.3.0-tests.jar | 27 KB |
way-etc-0.3.0-test-sources.jar | 19 KB |
way-etc-0.3.0-sources.jar | 24 KB |
way-etc-0.3.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>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/way-etc/
implementation 'br.com.objectos:way-etc:0.3.0'
// https://jarcasting.com/artifacts/br.com.objectos/way-etc/
implementation ("br.com.objectos:way-etc:0.3.0")
'br.com.objectos:way-etc:jar:0.3.0'
<dependency org="br.com.objectos" name="way-etc" rev="0.3.0">
<artifact name="way-etc" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='way-etc', version='0.3.0')
)
libraryDependencies += "br.com.objectos" % "way-etc" % "0.3.0"
[br.com.objectos/way-etc "0.3.0"]