Download lift-record-2.0.jar file - Jar l

Jar examples for l:lift-record

Description

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

You can download jar file lift-record 2.0 in this page.

License

Apache License

Build File

You can use the following script to add lift-record-2.0.jar to your project.

<dependency>
   <groupId>net.liftweb</groupId>
   <artifactId>lift-record</artifactId>
   <version>2.0</version>
</dependency>
compile group: 'net.liftweb', name: 'lift-record', version: '2.0'
libraryDependencies += "net.liftweb" % "lift-record" % "2.0"
<dependency org="net.liftweb" name="lift-record" rev="2.0"/>
@Grapes(@Grab(group='net.liftweb', module='lift-record', version='2.0'))
'net.liftweb:lift-record:jar:2.0'

Download

Click the following link to download the jar file.

lift-record-2.0-sources.jar
lift-record-2.0.jar
lift-record-2.0.pom



Related Tutorials