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