GroupId | GroupIdcn.vorbote |
---|---|
ArtifactId | ArtifactIdtime-lib |
Version | Version2.2.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
time-lib-2.2.0.RELEASE.pom | |
time-lib-2.2.0.RELEASE.jar | 8 KB |
time-lib-2.2.0.RELEASE-sources.jar | 6 KB |
time-lib-2.2.0.RELEASE-javadoc.jar | 405 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vorbote/time-lib/ -->
<dependency>
<groupId>cn.vorbote</groupId>
<artifactId>time-lib</artifactId>
<version>2.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vorbote/time-lib/
implementation 'cn.vorbote:time-lib:2.2.0.RELEASE'
// https://jarcasting.com/artifacts/cn.vorbote/time-lib/
implementation ("cn.vorbote:time-lib:2.2.0.RELEASE")
'cn.vorbote:time-lib:jar:2.2.0.RELEASE'
<dependency org="cn.vorbote" name="time-lib" rev="2.2.0.RELEASE">
<artifact name="time-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vorbote', module='time-lib', version='2.2.0.RELEASE')
)
libraryDependencies += "cn.vorbote" % "time-lib" % "2.2.0.RELEASE"
[cn.vorbote/time-lib "2.2.0.RELEASE"]