is not current version
Last Version 2.0

net.liftweb:lift-record 1.1-M7

Lift's new-style Record/Field thingy that maps to RDBMS and other things

Categories

Categories

Net
GroupId

GroupId

net.liftweb
ArtifactId

ArtifactId

lift-record
Version

Version

1.1-M7
Type

Type

jar

Download lift-record 1.1-M7


<!-- https://jarcasting.com/artifacts/net.liftweb/lift-record/ -->
<dependency>
    <groupId>net.liftweb</groupId>
    <artifactId>lift-record</artifactId>
    <version>1.1-M7</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-record/
implementation 'net.liftweb:lift-record:1.1-M7'
// https://jarcasting.com/artifacts/net.liftweb/lift-record/
implementation ("net.liftweb:lift-record:1.1-M7")
'net.liftweb:lift-record:jar:1.1-M7'
<dependency org="net.liftweb" name="lift-record" rev="1.1-M7">
  <artifact name="lift-record" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-record', version='1.1-M7')
)
libraryDependencies += "net.liftweb" % "lift-record" % "1.1-M7"
[net.liftweb/lift-record "1.1-M7"]