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