Registry / utility / nscala-time-2-10

nscala-time-2-10

JSON →
library2.34.0javamavenunverified

A Scala wrapper for Joda-Time providing a more idiomatic date/time API.

<dependency> <groupId>com.github.nscala-time</groupId> <artifactId>nscala-time_2.10</artifactId> <version>2.34.0</version> </dependency>
INSTALL
IMPORT
SIG · NSCALA-TIME-2-10
N
nscala-time-2-10
utilityjavav2.34.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DateTime
com.github.nscala_time.time.Imports._

Prints the current date and time using nscala-time.

import com.github.nscala_time.time.Imports._ object Main extends App { val now = DateTime.now() println(s"Current time: $now") }
Debug
Known issues
breakingVersion 2.34.0 is for Scala 2.10; use a different artifact for other Scala versions.
fix
Use the appropriate artifact for your Scala version (e.g., nscala-time_2.13).
affects: 2.34.0
Upgrade
Version history
2.34.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
nscala-time-2-10 — mvn dependency:get nscala-time-2-10 · libregistry