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