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