| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.liftweb |
| ArtifactId | ArtifactIdlift-common_2.8.0 |
| Version | Version2.4-M5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lift-common_2.8.0-2.4-M5.pom | |
| lift-common_2.8.0-2.4-M5.jar | 173 KB |
| lift-common_2.8.0-2.4-M5-sources.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-common_2.8.0/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-common_2.8.0</artifactId>
<version>2.4-M5</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-common_2.8.0/
implementation 'net.liftweb:lift-common_2.8.0:2.4-M5'
// https://jarcasting.com/artifacts/net.liftweb/lift-common_2.8.0/
implementation ("net.liftweb:lift-common_2.8.0:2.4-M5")
'net.liftweb:lift-common_2.8.0:jar:2.4-M5'
<dependency org="net.liftweb" name="lift-common_2.8.0" rev="2.4-M5">
<artifact name="lift-common_2.8.0" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-common_2.8.0', version='2.4-M5')
)
libraryDependencies += "net.liftweb" % "lift-common_2.8.0" % "2.4-M5"
[net.liftweb/lift-common_2.8.0 "2.4-M5"]