MVN

net.liftmodules : ng-js_2.5_2.9.1

Maven & Gradle

Sep 30, 2015
4 stars

ng-js_2.5 · ng-js_2.5

<dependency>
    <groupId>net.liftmodules</groupId>
    <artifactId>ng-js_2.5_2.9.1</artifactId>
    <version>0.2_1.4.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.liftmodules : ng-js_2.5_2.9.1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2_1.4.7

All Versions

Choose a version of net.liftmodules : ng-js_2.5_2.9.1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2_1.x
ng-js_2.5_2.9.1-0.2_1.4.7
ng-js_2.5_2.9.1-0.2_1.4.6
ng-js_2.5_2.9.1-0.2_1.4.5
ng-js_2.5_2.9.1-0.2_1.4.4
ng-js_2.5_2.9.1-0.2_1.4.3
ng-js_2.5_2.9.1-0.2_1.4.2
ng-js_2.5_2.9.1-0.2_1.4.1
ng-js_2.5_2.9.1-0.2_1.4.0
ng-js_2.5_2.9.1-0.2_1.3.20
ng-js_2.5_2.9.1-0.2_1.3.19
ng-js_2.5_2.9.1-0.2_1.3.18
ng-js_2.5_2.9.1-0.2_1.3.17
ng-js_2.5_2.9.1-0.2_1.3.15
ng-js_2.5_2.9.1-0.2_1.3.14
ng-js_2.5_2.9.1-0.2_1.3.13
ng-js_2.5_2.9.1-0.2_1.3.12
ng-js_2.5_2.9.1-0.2_1.3.11
ng-js_2.5_2.9.1-0.2_1.3.10
ng-js_2.5_2.9.1-0.2_1.3.9
ng-js_2.5_2.9.1-0.2_1.3.8
ng-js_2.5_2.9.1-0.2_1.3.7
ng-js_2.5_2.9.1-0.2_1.3.6
ng-js_2.5_2.9.1-0.2_1.3.5
ng-js_2.5_2.9.1-0.2_1.3.4
ng-js_2.5_2.9.1-0.2_1.3.3
ng-js_2.5_2.9.1-0.2_1.3.2
ng-js_2.5_2.9.1-0.2_1.3.1
ng-js_2.5_2.9.1-0.2_1.3.0
ng-js_2.5_2.9.1-0.2_1.2.29
ng-js_2.5_2.9.1-0.2_1.2.28
ng-js_2.5_2.9.1-0.2_1.2.27
ng-js_2.5_2.9.1-0.2_1.2.26
ng-js_2.5_2.9.1-0.2_1.2.25
0.1_1.x
ng-js_2.5_2.9.1-0.1_1.2.25
ng-js_2.5_2.9.1-0.1_1.2.24
ng-js_2.5_2.9.1-0.1_1.2.23
ng-js_2.5_2.9.1-0.1_1.2.22
ng-js_2.5_2.9.1-0.1_1.2.21
ng-js_2.5_2.9.1-0.1_1.2.20
ng-js_2.5_2.9.1-0.1_1.2.19
ng-js_2.5_2.9.1-0.1_1.2.18
ng-js_2.5_2.9.1-0.1_1.2.17
ng-js_2.5_2.9.1-0.1_1.2.16

How to add a dependency to Maven

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

<dependency>
    <groupId>net.liftmodules</groupId>
    <artifactId>ng-js_2.5_2.9.1</artifactId>
    <version>0.2_1.4.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.liftmodules : ng-js_2.5_2.9.1 gradle dependency to your build.gradle file:

implementation 'net.liftmodules:ng-js_2.5_2.9.1:0.2_1.4.7'

Gradle Kotlin DSL: Add the following net.liftmodules : ng-js_2.5_2.9.1 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.liftmodules:ng-js_2.5_2.9.1:0.2_1.4.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.liftmodules : ng-js_2.5_2.9.1 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.liftmodules" % "ng-js_2.5_2.9.1" % "0.2_1.4.7"

Advertisement