GroupId | GroupIdorg.occurrent |
---|---|
ArtifactId | ArtifactIdtime |
Version | Version0.7.2 |
Type | Typejar |
Filename | Size |
---|---|
time-0.7.2.pom | |
time-0.7.2.jar | 2 KB |
time-0.7.2-sources.jar | 2 KB |
time-0.7.2-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.occurrent/time/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>time</artifactId>
<version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/time/
implementation 'org.occurrent:time:0.7.2'
// https://jarcasting.com/artifacts/org.occurrent/time/
implementation ("org.occurrent:time:0.7.2")
'org.occurrent:time:jar:0.7.2'
<dependency org="org.occurrent" name="time" rev="0.7.2">
<artifact name="time" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='time', version='0.7.2')
)
libraryDependencies += "org.occurrent" % "time" % "0.7.2"
[org.occurrent/time "0.7.2"]