License |
License |
---|---|
GroupId | GroupIdcn.vorbote |
ArtifactId | ArtifactIdtime-lib |
Last Version | Last Version2.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVorBotE :: TimeLib
A simple DateTime implementation.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
time-lib-2.6.0.pom | |
time-lib-2.6.0.jar | 8 KB |
time-lib-2.6.0-sources.jar | 7 KB |
time-lib-2.6.0-javadoc.jar | 415 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vorbote/time-lib/ -->
<dependency>
<groupId>cn.vorbote</groupId>
<artifactId>time-lib</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vorbote/time-lib/
implementation 'cn.vorbote:time-lib:2.6.0'
// https://jarcasting.com/artifacts/cn.vorbote/time-lib/
implementation ("cn.vorbote:time-lib:2.6.0")
'cn.vorbote:time-lib:jar:2.6.0'
<dependency org="cn.vorbote" name="time-lib" rev="2.6.0">
<artifact name="time-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vorbote', module='time-lib', version='2.6.0')
)
libraryDependencies += "cn.vorbote" % "time-lib" % "2.6.0"
[cn.vorbote/time-lib "2.6.0"]
Group / Artifact | Type | Version |
---|---|---|
cn.vorbote : commons | jar | 2.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |