Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.github.bfsmith |
ArtifactId | ArtifactIdgeotimezone |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
geotimezone-1.0.pom | |
geotimezone-1.0.jar | 2 MB |
geotimezone-1.0-sources.jar | 2 MB |
geotimezone-1.0-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</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bfsmith/geotimezone/
implementation 'com.github.bfsmith:geotimezone:1.0'
// https://jarcasting.com/artifacts/com.github.bfsmith/geotimezone/
implementation ("com.github.bfsmith:geotimezone:1.0")
'com.github.bfsmith:geotimezone:jar:1.0'
<dependency org="com.github.bfsmith" name="geotimezone" rev="1.0">
<artifact name="geotimezone" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bfsmith', module='geotimezone', version='1.0')
)
libraryDependencies += "com.github.bfsmith" % "geotimezone" % "1.0"
[com.github.bfsmith/geotimezone "1.0"]