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