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