MVN

net.liftmodules : ng-js_3.0_2.10

Maven & Gradle

Aug 12, 2014
4 stars

ng-js_3.0 · ng-js_3.0

<dependency>
    <groupId>net.liftmodules</groupId>
    <artifactId>ng-js_3.0_2.10</artifactId>
    <version>0.1_1.2.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.liftmodules : ng-js_3.0_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1_1.2.22

All Versions

Choose a version of net.liftmodules : ng-js_3.0_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1_1.x
ng-js_3.0_2.10-0.1_1.2.22
ng-js_3.0_2.10-0.1_1.2.21
ng-js_3.0_2.10-0.1_1.2.20
ng-js_3.0_2.10-0.1_1.2.19
ng-js_3.0_2.10-0.1_1.2.18
ng-js_3.0_2.10-0.1_1.2.17
ng-js_3.0_2.10-0.1_1.2.16

How to add a dependency to Maven

Add the following net.liftmodules : ng-js_3.0_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.liftmodules</groupId>
    <artifactId>ng-js_3.0_2.10</artifactId>
    <version>0.1_1.2.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.liftmodules : ng-js_3.0_2.10 gradle dependency to your build.gradle file:

implementation 'net.liftmodules:ng-js_3.0_2.10:0.1_1.2.22'

Gradle Kotlin DSL: Add the following net.liftmodules : ng-js_3.0_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.liftmodules:ng-js_3.0_2.10:0.1_1.2.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.liftmodules : ng-js_3.0_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.liftmodules" % "ng-js_3.0_2.10" % "0.1_1.2.22"

Advertisement