GroupId | GroupIdbr.com.objectos |
---|---|
ArtifactId | ArtifactIdway-etc |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
way-etc-0.2.0.pom | |
way-etc-0.2.0.jar | 40 KB |
way-etc-0.2.0-tests.jar | 17 KB |
way-etc-0.2.0-test-sources.jar | 13 KB |
way-etc-0.2.0-sources.jar | 22 KB |
way-etc-0.2.0-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/way-etc/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>way-etc</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/way-etc/
implementation 'br.com.objectos:way-etc:0.2.0'
// https://jarcasting.com/artifacts/br.com.objectos/way-etc/
implementation ("br.com.objectos:way-etc:0.2.0")
'br.com.objectos:way-etc:jar:0.2.0'
<dependency org="br.com.objectos" name="way-etc" rev="0.2.0">
<artifact name="way-etc" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='way-etc', version='0.2.0')
)
libraryDependencies += "br.com.objectos" % "way-etc" % "0.2.0"
[br.com.objectos/way-etc "0.2.0"]