MVN

org.webjars.bowergithub.date-fns : date-fns

Maven & Gradle

Jan 14, 2022
33.2k stars

date-fns · WebJar for date-fns

<dependency>
    <groupId>org.webjars.bowergithub.date-fns</groupId>
    <artifactId>date-fns</artifactId>
    <version>2.28.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.date-fns : date-fns to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.28.0
  • Latest Alpha: 2.0.0-alpha.27

All Versions

Choose a version of org.webjars.bowergithub.date-fns : date-fns to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.28.x
date-fns-2.28.0
2.0.x
date-fns-2.0.0
date-fns-2.0.0-alpha.27
date-fns-2.0.0-alpha.7
1.30.x
date-fns-1.30.1

How to add a dependency to Maven

Add the following org.webjars.bowergithub.date-fns : date-fns maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.date-fns</groupId>
    <artifactId>date-fns</artifactId>
    <version>2.28.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.date-fns : date-fns gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.date-fns:date-fns:2.28.0'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.date-fns : date-fns gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.date-fns:date-fns:2.28.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.date-fns : date-fns sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.date-fns" % "date-fns" % "2.28.0"

Advertisement