MVN

net.liftweb : lift-common

Maven & Gradle

Jun 29, 2010
2 usages

Lift Common · Common Interfaces for Lift and perhaps other frameworks

<dependency>
    <groupId>net.liftweb</groupId>
    <artifactId>lift-common</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.liftweb : lift-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0
  • Latest Release Candidate: 2.0-RC2

All Versions

Choose a version of net.liftweb : lift-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
lift-common-2.0
lift-common-2.0-RC2
lift-common-2.0-RC1
lift-common-2.0-M5
lift-common-2.0-M4
lift-common-2.0-M3
lift-common-2.0-M2
lift-common-2.0-M1
1.1
lift-common-1.1-M8
lift-common-1.1-M7

How to add a dependency to Maven

Add the following net.liftweb : lift-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.liftweb</groupId>
    <artifactId>lift-common</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.liftweb : lift-common gradle dependency to your build.gradle file:

implementation 'net.liftweb:lift-common:2.0'

Gradle Kotlin DSL: Add the following net.liftweb : lift-common gradle kotlin dependency to your build.gradle.kts file:

implementation("net.liftweb:lift-common:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.liftweb : lift-common sbt scala dependency to your build.sbt file:

libraryDependencies += "net.liftweb" % "lift-common" % "2.0"

Advertisement

Dependencies from Group

Oct 08, 2021
200 usages
1.2k stars
Jan 31, 2016
148 usages
1.2k stars
Oct 08, 2021
128 usages
1.2k stars
Oct 08, 2021
126 usages
1.2k stars
Jan 31, 2016
114 usages
1.2k stars

Discover Dependencies