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