Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.nscala-time |
ArtifactId | ArtifactIdnscala-time_2.12 |
Version | Version2.18.0 |
Type | Typejar |
Filename | Size |
---|---|
nscala-time_2.12-2.18.0.pom | |
nscala-time_2.12-2.18.0.jar | 196 KB |
nscala-time_2.12-2.18.0-sources.jar | 39 KB |
nscala-time_2.12-2.18.0-javadoc.jar | 1022 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nscala-time/nscala-time_2.12/ -->
<dependency>
<groupId>com.github.nscala-time</groupId>
<artifactId>nscala-time_2.12</artifactId>
<version>2.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nscala-time/nscala-time_2.12/
implementation 'com.github.nscala-time:nscala-time_2.12:2.18.0'
// https://jarcasting.com/artifacts/com.github.nscala-time/nscala-time_2.12/
implementation ("com.github.nscala-time:nscala-time_2.12:2.18.0")
'com.github.nscala-time:nscala-time_2.12:jar:2.18.0'
<dependency org="com.github.nscala-time" name="nscala-time_2.12" rev="2.18.0">
<artifact name="nscala-time_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nscala-time', module='nscala-time_2.12', version='2.18.0')
)
libraryDependencies += "com.github.nscala-time" % "nscala-time_2.12" % "2.18.0"
[com.github.nscala-time/nscala-time_2.12 "2.18.0"]