License |
License |
---|---|
GroupId | GroupIdcom.classactionpl.tz |
ArtifactId | ArtifactIdzoneinfo-tz |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionZoneinfo TimeZone
Brings the ability to parse a zoneinfo text stream and
create Java's SimpleTimeZone classes from them.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
zoneinfo-tz-1.0.1.pom | |
zoneinfo-tz-1.0.1.jar | 82 KB |
zoneinfo-tz-1.0.1-sources.jar | 41 KB |
zoneinfo-tz-1.0.1-javadoc.jar | 235 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.classactionpl.tz/zoneinfo-tz/ -->
<dependency>
<groupId>com.classactionpl.tz</groupId>
<artifactId>zoneinfo-tz</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.classactionpl.tz/zoneinfo-tz/
implementation 'com.classactionpl.tz:zoneinfo-tz:1.0.1'
// https://jarcasting.com/artifacts/com.classactionpl.tz/zoneinfo-tz/
implementation ("com.classactionpl.tz:zoneinfo-tz:1.0.1")
'com.classactionpl.tz:zoneinfo-tz:jar:1.0.1'
<dependency org="com.classactionpl.tz" name="zoneinfo-tz" rev="1.0.1">
<artifact name="zoneinfo-tz" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.classactionpl.tz', module='zoneinfo-tz', version='1.0.1')
)
libraryDependencies += "com.classactionpl.tz" % "zoneinfo-tz" % "1.0.1"
[com.classactionpl.tz/zoneinfo-tz "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.14 |
org.antlr : antlr-runtime | jar | 3.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |