MVN

org.webjars : angular-moment

Maven & Gradle

Oct 26, 2016

angular-moment · WebJar for angular-moment

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>angular-moment</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars : angular-moment to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.webjars : angular-moment to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
angular-moment-1.0.0
0.10.x
angular-moment-0.10.3
angular-moment-0.10.1
0.9.x
angular-moment-0.9.0
0.8.x
angular-moment-0.8.2-1
angular-moment-0.8.2
0.6.x
angular-moment-0.6.2-2
angular-moment-0.6.2-1
angular-moment-0.6.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>angular-moment</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars : angular-moment gradle dependency to your build.gradle file:

implementation 'org.webjars:angular-moment:1.0.0'

Gradle Kotlin DSL: Add the following org.webjars : angular-moment gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars:angular-moment:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars : angular-moment sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars" % "angular-moment" % "1.0.0"