griffon-jcouchdb-plugin
The Jcouchdb plugin enables lightweight access to Couchdb. This plugin does NOT provide domain classes nor dynamic finders like GORM does.
Refer to the plugin guide for further information on configuration and usage.
License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdorg.codehaus.griffon.plugins |
ArtifactId | ArtifactIdgriffon-jcouchdb-groovy-compile |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongriffon-jcouchdb-groovy-compile
Griffon JCouchDB Groovy Plugin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.codehaus.griffon.plugins/griffon-jcouchdb-groovy-compile/ -->
<dependency>
<groupId>org.codehaus.griffon.plugins</groupId>
<artifactId>griffon-jcouchdb-groovy-compile</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.griffon.plugins/griffon-jcouchdb-groovy-compile/
implementation 'org.codehaus.griffon.plugins:griffon-jcouchdb-groovy-compile:2.1.0'
// https://jarcasting.com/artifacts/org.codehaus.griffon.plugins/griffon-jcouchdb-groovy-compile/
implementation ("org.codehaus.griffon.plugins:griffon-jcouchdb-groovy-compile:2.1.0")
'org.codehaus.griffon.plugins:griffon-jcouchdb-groovy-compile:jar:2.1.0'
<dependency org="org.codehaus.griffon.plugins" name="griffon-jcouchdb-groovy-compile" rev="2.1.0">
<artifact name="griffon-jcouchdb-groovy-compile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.griffon.plugins', module='griffon-jcouchdb-groovy-compile', version='2.1.0')
)
libraryDependencies += "org.codehaus.griffon.plugins" % "griffon-jcouchdb-groovy-compile" % "2.1.0"
[org.codehaus.griffon.plugins/griffon-jcouchdb-groovy-compile "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.griffon.plugins : griffon-jcouchdb-core | jar | 2.1.0 |
org.codehaus.griffon : griffon-groovy-compile | jar | 2.12.0 |
The Jcouchdb plugin enables lightweight access to Couchdb. This plugin does NOT provide domain classes nor dynamic finders like GORM does.
Refer to the plugin guide for further information on configuration and usage.