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