MVN

com.peertopark.java : dates

Maven & Gradle

May 26, 2017
0 stars

Peer to Park Java Dates Utilities

<dependency>
    <groupId>com.peertopark.java</groupId>
    <artifactId>dates</artifactId>
    <version>3.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.peertopark.java : dates to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.2

All Versions

Choose a version of com.peertopark.java : dates to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
dates-3.5.2
dates-3.5.1
dates-3.5.0
3.4.x
dates-3.4.0
3.3.x
dates-3.3.5
dates-3.3.4
dates-3.3.3
dates-3.3.2
dates-3.3.1
dates-3.3.0
3.2.x
dates-3.2.1
dates-3.2.0
3.1.x
dates-3.1.7
dates-3.1.6
dates-3.1.4
dates-3.1.3
dates-3.1.2
dates-3.1.1
dates-3.1.0

How to add a dependency to Maven

Add the following com.peertopark.java : dates maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.peertopark.java</groupId>
    <artifactId>dates</artifactId>
    <version>3.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.peertopark.java : dates gradle dependency to your build.gradle file:

implementation 'com.peertopark.java:dates:3.5.2'

Gradle Kotlin DSL: Add the following com.peertopark.java : dates gradle kotlin dependency to your build.gradle.kts file:

implementation("com.peertopark.java:dates:3.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.peertopark.java : dates sbt scala dependency to your build.sbt file:

libraryDependencies += "com.peertopark.java" % "dates" % "3.5.2"

Advertisement