MVN

net.liftmodules : ng_2.5_2.9.1-1

Maven & Gradle

May 14, 2014
93 stars

ng_2.5 · ng_2.5

<dependency>
    <groupId>net.liftmodules</groupId>
    <artifactId>ng_2.5_2.9.1-1</artifactId>
    <version>0.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.4.2

All Versions

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

Version Vulnerabilities Updated
0.4.x
ng_2.5_2.9.1-1-0.4.2
ng_2.5_2.9.1-1-0.4.1
ng_2.5_2.9.1-1-0.4.0
0.3.x
ng_2.5_2.9.1-1-0.3.1
ng_2.5_2.9.1-1-0.3.0
0.2.x
ng_2.5_2.9.1-1-0.2.3
ng_2.5_2.9.1-1-0.2.2
ng_2.5_2.9.1-1-0.2.1
ng_2.5_2.9.1-1-0.2.0
0.1.x
ng_2.5_2.9.1-1-0.1.1
ng_2.5_2.9.1-1-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.liftmodules</groupId>
    <artifactId>ng_2.5_2.9.1-1</artifactId>
    <version>0.4.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.liftmodules:ng_2.5_2.9.1-1:0.4.2'

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

implementation("net.liftmodules:ng_2.5_2.9.1-1:0.4.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.liftmodules" % "ng_2.5_2.9.1-1" % "0.4.2"

Advertisement