| GroupId | GroupIdcom.github.xkzhangsan |
|---|---|
| ArtifactId | ArtifactIdxk-time |
| Version | Version0.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xk-time-0.0.7.pom | |
| xk-time-0.0.7.jar | 69 KB |
| xk-time-0.0.7-sources.jar | 50 KB |
| xk-time-0.0.7-javadoc.jar | 245 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.xkzhangsan/xk-time/ -->
<dependency>
<groupId>com.github.xkzhangsan</groupId>
<artifactId>xk-time</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xkzhangsan/xk-time/
implementation 'com.github.xkzhangsan:xk-time:0.0.7'
// https://jarcasting.com/artifacts/com.github.xkzhangsan/xk-time/
implementation ("com.github.xkzhangsan:xk-time:0.0.7")
'com.github.xkzhangsan:xk-time:jar:0.0.7'
<dependency org="com.github.xkzhangsan" name="xk-time" rev="0.0.7">
<artifact name="xk-time" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xkzhangsan', module='xk-time', version='0.0.7')
)
libraryDependencies += "com.github.xkzhangsan" % "xk-time" % "0.0.7"
[com.github.xkzhangsan/xk-time "0.0.7"]