is not current version
Last Version 2.0

net.liftweb:lift-record 2.0-RC2

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

2.0-RC2
Type

Type

jar

Download lift-record 2.0-RC2


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