License |
License |
---|---|
Categories |
CategoriesMongoDB Data Databases Net |
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdlift-mongodb-record |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLift MongoDB Record
Lift's MongoDB record integration
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
lift-mongodb-record-2.0.pom | |
lift-mongodb-record-2.0.jar | 128 KB |
lift-mongodb-record-2.0-sources.jar | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-mongodb-record/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-mongodb-record</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-mongodb-record/
implementation 'net.liftweb:lift-mongodb-record:2.0'
// https://jarcasting.com/artifacts/net.liftweb/lift-mongodb-record/
implementation ("net.liftweb:lift-mongodb-record:2.0")
'net.liftweb:lift-mongodb-record:jar:2.0'
<dependency org="net.liftweb" name="lift-mongodb-record" rev="2.0">
<artifact name="lift-mongodb-record" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-mongodb-record', version='2.0')
)
libraryDependencies += "net.liftweb" % "lift-mongodb-record" % "2.0"
[net.liftweb/lift-mongodb-record "2.0"]
Group / Artifact | Type | Version |
---|---|---|
net.liftweb : lift-json | jar | 2.0 |
net.liftweb : lift-mongodb | jar | 2.0 |
net.liftweb : lift-record | jar | 2.0 |
org.mongodb : mongo-java-driver | jar | 2.0 |
org.scala-lang : scala-library | jar | 2.7.7 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.2.134 |
org.apache.derby : derby | jar | 10.5.3.0_1 |
Group / Artifact | Type | Version |
---|---|---|
org.scala-tools.testing : specs | jar | 1.6.1 |
org.scala-tools.testing : scalacheck | jar | 1.6 |
junit : junit | jar | 4.7 |