License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.github.bfsmith |
ArtifactId | ArtifactIdgeotimezone |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGeo Time Zone for Java
This library translates latitude and longitude coordinates into timezones.
|
Project URL |
Project URL |
Filename | Size |
---|---|
geotimezone-1.0.3.pom | |
geotimezone-1.0.3.jar | 2 MB |
geotimezone-1.0.3-sources.jar | 2 MB |
geotimezone-1.0.3-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bfsmith/geotimezone/ -->
<dependency>
<groupId>com.github.bfsmith</groupId>
<artifactId>geotimezone</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bfsmith/geotimezone/
implementation 'com.github.bfsmith:geotimezone:1.0.3'
// https://jarcasting.com/artifacts/com.github.bfsmith/geotimezone/
implementation ("com.github.bfsmith:geotimezone:1.0.3")
'com.github.bfsmith:geotimezone:jar:1.0.3'
<dependency org="com.github.bfsmith" name="geotimezone" rev="1.0.3">
<artifact name="geotimezone" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bfsmith', module='geotimezone', version='1.0.3')
)
libraryDependencies += "com.github.bfsmith" % "geotimezone" % "1.0.3"
[com.github.bfsmith/geotimezone "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.spatial4j : spatial4j | jar | 0.4.1 |
joda-time : joda-time | jar | 2.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |