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