License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.github.ngeor |
ArtifactId | ArtifactIdutc-time-zone-mapper |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionutc-time-zone-mapper
Java utility library to map between OffsetDateTime and LocalDateTime in UTC
|
<!-- https://jarcasting.com/artifacts/com.github.ngeor/utc-time-zone-mapper/ -->
<dependency>
<groupId>com.github.ngeor</groupId>
<artifactId>utc-time-zone-mapper</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ngeor/utc-time-zone-mapper/
implementation 'com.github.ngeor:utc-time-zone-mapper:1.0.3'
// https://jarcasting.com/artifacts/com.github.ngeor/utc-time-zone-mapper/
implementation ("com.github.ngeor:utc-time-zone-mapper:1.0.3")
'com.github.ngeor:utc-time-zone-mapper:jar:1.0.3'
<dependency org="com.github.ngeor" name="utc-time-zone-mapper" rev="1.0.3">
<artifact name="utc-time-zone-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ngeor', module='utc-time-zone-mapper', version='1.0.3')
)
libraryDependencies += "com.github.ngeor" % "utc-time-zone-mapper" % "1.0.3"
[com.github.ngeor/utc-time-zone-mapper "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |