MVN

com.github.sviperll : chicory-time

Maven & Gradle

Sep 13, 2016
2 usages
5 stars

chicory-time · Simple facade for Java SE date-time classes to provide functionality close to Joda-time. Part of chicory.

<dependency>
    <groupId>com.github.sviperll</groupId>
    <artifactId>chicory-time</artifactId>
    <version>0.36</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sviperll : chicory-time to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.36
  • Latest Release Candidate: 0.29-rc2
  • Latest Beta: 0.26-beta1

All Versions

Choose a version of com.github.sviperll : chicory-time to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.36
chicory-time-0.36
0.35
chicory-time-0.35
0.34
chicory-time-0.34
0.33
chicory-time-0.33
0.32
chicory-time-0.32
0.31
chicory-time-0.31
0.30
chicory-time-0.30
0.29
chicory-time-0.29
chicory-time-0.29-rc2
0.27
chicory-time-0.27
chicory-time-0.27-rc5
chicory-time-0.27-rc3
chicory-time-0.27-rc2
chicory-time-0.27-rc1
0.26
chicory-time-0.26
chicory-time-0.26-beta1
0.25
chicory-time-0.25
0.24
chicory-time-0.24
0.23
chicory-time-0.23
chicory-time-0.23-rc8
chicory-time-0.23-rc7
chicory-time-0.23-rc6
0.22
chicory-time-0.22
0.21
chicory-time-0.21
0.20
chicory-time-0.20
0.19
chicory-time-0.19
0.18
chicory-time-0.18
0.17
chicory-time-0.17
0.16
chicory-time-0.16
0.15
chicory-time-0.15
0.14
chicory-time-0.14
0.13
chicory-time-0.13
0.12
chicory-time-0.12
0.11
chicory-time-0.11
0.10
chicory-time-0.10
0.9
chicory-time-0.9
0.8
chicory-time-0.8
0.7
chicory-time-0.7
0.6
chicory-time-0.6
0.5
chicory-time-0.5
0.4
chicory-time-0.4
0.3
chicory-time-0.3
0.1
chicory-time-0.1

How to add a dependency to Maven

Add the following com.github.sviperll : chicory-time maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sviperll</groupId>
    <artifactId>chicory-time</artifactId>
    <version>0.36</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sviperll : chicory-time gradle dependency to your build.gradle file:

implementation 'com.github.sviperll:chicory-time:0.36'

Gradle Kotlin DSL: Add the following com.github.sviperll : chicory-time gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sviperll:chicory-time:0.36")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sviperll : chicory-time sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sviperll" % "chicory-time" % "0.36"