is not current version
Last Version 2.6.0

cn.vorbote:time-lib 1.0.0

A simple DateTime implementation.

GroupId

GroupId

cn.vorbote
ArtifactId

ArtifactId

time-lib
Version

Version

1.0.0
Type

Type

jar

Download time-lib 1.0.0


<!-- https://jarcasting.com/artifacts/cn.vorbote/time-lib/ -->
<dependency>
    <groupId>cn.vorbote</groupId>
    <artifactId>time-lib</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vorbote/time-lib/
implementation 'cn.vorbote:time-lib:1.0.0'
// https://jarcasting.com/artifacts/cn.vorbote/time-lib/
implementation ("cn.vorbote:time-lib:1.0.0")
'cn.vorbote:time-lib:jar:1.0.0'
<dependency org="cn.vorbote" name="time-lib" rev="1.0.0">
  <artifact name="time-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vorbote', module='time-lib', version='1.0.0')
)
libraryDependencies += "cn.vorbote" % "time-lib" % "1.0.0"
[cn.vorbote/time-lib "1.0.0"]