GroupId | GroupIdcom.github.gilberto-torrezan |
---|---|
ArtifactId | ArtifactIdviacep |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
viacep-1.0.0.pom | |
viacep-1.0.0.jar | 19 KB |
viacep-1.0.0-sources.jar | 10 KB |
viacep-1.0.0-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gilberto-torrezan/viacep/ -->
<dependency>
<groupId>com.github.gilberto-torrezan</groupId>
<artifactId>viacep</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gilberto-torrezan/viacep/
implementation 'com.github.gilberto-torrezan:viacep:1.0.0'
// https://jarcasting.com/artifacts/com.github.gilberto-torrezan/viacep/
implementation ("com.github.gilberto-torrezan:viacep:1.0.0")
'com.github.gilberto-torrezan:viacep:jar:1.0.0'
<dependency org="com.github.gilberto-torrezan" name="viacep" rev="1.0.0">
<artifact name="viacep" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gilberto-torrezan', module='viacep', version='1.0.0')
)
libraryDependencies += "com.github.gilberto-torrezan" % "viacep" % "1.0.0"
[com.github.gilberto-torrezan/viacep "1.0.0"]