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