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