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