| GroupId | GroupIdbr.com.absoftware.gerabook |
|---|---|
| ArtifactId | ArtifactIdgerabook |
| Version | Version1.2 |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| gerabook-1.2.pom | |
| gerabook-1.2.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.com.absoftware.gerabook/gerabook/ -->
<dependency>
<groupId>br.com.absoftware.gerabook</groupId>
<artifactId>gerabook</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.absoftware.gerabook/gerabook/
implementation 'br.com.absoftware.gerabook:gerabook:1.2'
// https://jarcasting.com/artifacts/br.com.absoftware.gerabook/gerabook/
implementation ("br.com.absoftware.gerabook:gerabook:1.2")
'br.com.absoftware.gerabook:gerabook:jar:1.2'
<dependency org="br.com.absoftware.gerabook" name="gerabook" rev="1.2">
<artifact name="gerabook" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.absoftware.gerabook', module='gerabook', version='1.2')
)
libraryDependencies += "br.com.absoftware.gerabook" % "gerabook" % "1.2"
[br.com.absoftware.gerabook/gerabook "1.2"]