MVN

org.webjars.bower : ng-modules

Maven & Gradle

Jun 05, 2015

ng-modules · WebJar for ng-modules

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>ng-modules</artifactId>
    <version>0.1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.16

All Versions

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

Version Vulnerabilities Updated
0.1.x
ng-modules-0.1.16
ng-modules-0.1.15-9
ng-modules-0.1.15-7
ng-modules-0.1.15-6
ng-modules-0.1.15-5
ng-modules-0.1.15-4
ng-modules-0.1.15-3
ng-modules-0.1.15-1
ng-modules-0.1.14
ng-modules-0.1.13

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>ng-modules</artifactId>
    <version>0.1.16</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.bower:ng-modules:0.1.16'

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

implementation("org.webjars.bower:ng-modules:0.1.16")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.bower" % "ng-modules" % "0.1.16"

Advertisement