License |
License |
---|---|
GroupId | GroupIdcom.ethlo.time |
ArtifactId | ArtifactIditu |
Version | Version1.3.0 |
Type | Typejar |
Description |
DescriptionInternet Time Utility
Extremely fast date/time parser and formatter - RFC 3339 (ISO 8601 profile) and W3C format
|
Project URL |
Project URL |
Filename | Size |
---|---|
itu-1.3.0.pom | |
itu-1.3.0.jar | 17 KB |
itu-1.3.0-sources.jar | 16 KB |
itu-1.3.0-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.time/itu/ -->
<dependency>
<groupId>com.ethlo.time</groupId>
<artifactId>itu</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.time/itu/
implementation 'com.ethlo.time:itu:1.3.0'
// https://jarcasting.com/artifacts/com.ethlo.time/itu/
implementation ("com.ethlo.time:itu:1.3.0")
'com.ethlo.time:itu:jar:1.3.0'
<dependency org="com.ethlo.time" name="itu" rev="1.3.0">
<artifact name="itu" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.time', module='itu', version='1.3.0')
)
libraryDependencies += "com.ethlo.time" % "itu" % "1.3.0"
[com.ethlo.time/itu "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.easytesting : fest-assert-core | jar | 2.0M10 |
org.apache.commons : commons-lang3 | jar | 3.5 |