GroupId | GroupIdcom.google.openlocationcode |
---|---|
ArtifactId | ArtifactIdopenlocationcode |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
openlocationcode-1.0.1.pom | |
openlocationcode-1.0.1.jar | 8 KB |
openlocationcode-1.0.1-sources.jar | 6 KB |
openlocationcode-1.0.1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.openlocationcode/openlocationcode/ -->
<dependency>
<groupId>com.google.openlocationcode</groupId>
<artifactId>openlocationcode</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.openlocationcode/openlocationcode/
implementation 'com.google.openlocationcode:openlocationcode:1.0.1'
// https://jarcasting.com/artifacts/com.google.openlocationcode/openlocationcode/
implementation ("com.google.openlocationcode:openlocationcode:1.0.1")
'com.google.openlocationcode:openlocationcode:jar:1.0.1'
<dependency org="com.google.openlocationcode" name="openlocationcode" rev="1.0.1">
<artifact name="openlocationcode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.openlocationcode', module='openlocationcode', version='1.0.1')
)
libraryDependencies += "com.google.openlocationcode" % "openlocationcode" % "1.0.1"
[com.google.openlocationcode/openlocationcode "1.0.1"]