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