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