MVN

org.webjars.bower : humanize-duration

Maven & Gradle

Sep 23, 2015
2 usages
1.5k stars

humanize-duration · WebJar for humanize-duration

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>humanize-duration</artifactId>
    <version>2.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bower : humanize-duration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.0

All Versions

Choose a version of org.webjars.bower : humanize-duration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
humanize-duration-3.0.0
2.8.x
humanize-duration-2.8.0
2.5.x
humanize-duration-2.5.0
2.4.x
humanize-duration-2.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>humanize-duration</artifactId>
    <version>2.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bower : humanize-duration gradle dependency to your build.gradle file:

implementation 'org.webjars.bower:humanize-duration:2.8.0'

Gradle Kotlin DSL: Add the following org.webjars.bower : humanize-duration gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bower:humanize-duration:2.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bower : humanize-duration sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bower" % "humanize-duration" % "2.8.0"