GroupId | GroupIdcom.github.martinhaeusler |
---|---|
ArtifactId | ArtifactIdchronos |
Version | Version0.5.4 |
Type | Typejar |
Filename | Size |
---|---|
chronos-0.5.4.pom | |
chronos-0.5.4.jar | 305 bytes |
chronos-0.5.4-sources.jar | 261 bytes |
chronos-0.5.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.martinhaeusler/chronos/ -->
<dependency>
<groupId>com.github.martinhaeusler</groupId>
<artifactId>chronos</artifactId>
<version>0.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinhaeusler/chronos/
implementation 'com.github.martinhaeusler:chronos:0.5.4'
// https://jarcasting.com/artifacts/com.github.martinhaeusler/chronos/
implementation ("com.github.martinhaeusler:chronos:0.5.4")
'com.github.martinhaeusler:chronos:jar:0.5.4'
<dependency org="com.github.martinhaeusler" name="chronos" rev="0.5.4">
<artifact name="chronos" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinhaeusler', module='chronos', version='0.5.4')
)
libraryDependencies += "com.github.martinhaeusler" % "chronos" % "0.5.4"
[com.github.martinhaeusler/chronos "0.5.4"]