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