Files download
File Operation
time-0.2.0.jar download
time-0.2.0.pom download
time-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>se.wollan</groupId>
  <artifactId>time</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'se.wollan:time:0.2.0'
Gradle Kotlin
implementation("se.wollan:time:0.2.0")
Scala SBT
libraryDependencies += "se.wollan" % "time" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='se.wollan', module='time', version='0.2.0')
)
Apache Ivy
<dependency org="se.wollan" name="time" rev="0.2.0" />
Leiningen
[se.wollan/time "0.2.0"]
Apache Buildr
'se.wollan:time:jar:0.2.0'