GroupId | GroupIdcom.github.trickl |
---|---|
ArtifactId | ArtifactIdclock |
Version | Versionuntagged-1c78b0bfc4a39dd349dc |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.trickl/clock/ -->
<dependency>
<groupId>com.github.trickl</groupId>
<artifactId>clock</artifactId>
<version>untagged-1c78b0bfc4a39dd349dc</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trickl/clock/
implementation 'com.github.trickl:clock:untagged-1c78b0bfc4a39dd349dc'
// https://jarcasting.com/artifacts/com.github.trickl/clock/
implementation ("com.github.trickl:clock:untagged-1c78b0bfc4a39dd349dc")
'com.github.trickl:clock:jar:untagged-1c78b0bfc4a39dd349dc'
<dependency org="com.github.trickl" name="clock" rev="untagged-1c78b0bfc4a39dd349dc">
<artifact name="clock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trickl', module='clock', version='untagged-1c78b0bfc4a39dd349dc')
)
libraryDependencies += "com.github.trickl" % "clock" % "untagged-1c78b0bfc4a39dd349dc"
[com.github.trickl/clock "untagged-1c78b0bfc4a39dd349dc"]