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