GroupId | GroupIdcom.zmannotes |
---|---|
ArtifactId | ArtifactIdmonotonic-timestamp |
Version | Version0.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.zmannotes/monotonic-timestamp/ -->
<dependency>
<groupId>com.zmannotes</groupId>
<artifactId>monotonic-timestamp</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.zmannotes/monotonic-timestamp/
implementation 'com.zmannotes:monotonic-timestamp:0.0.6'
// https://jarcasting.com/artifacts/com.zmannotes/monotonic-timestamp/
implementation ("com.zmannotes:monotonic-timestamp:0.0.6")
'com.zmannotes:monotonic-timestamp:jar:0.0.6'
<dependency org="com.zmannotes" name="monotonic-timestamp" rev="0.0.6">
<artifact name="monotonic-timestamp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zmannotes', module='monotonic-timestamp', version='0.0.6')
)
libraryDependencies += "com.zmannotes" % "monotonic-timestamp" % "0.0.6"
[com.zmannotes/monotonic-timestamp "0.0.6"]