griffon-ohmdb-plugin
The Ohmdb plugin enables lightweight access to Ohmdb datasources. 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-ohmdb-groovy-compile |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongriffon-ohmdb-groovy-compile
Griffon Ohmdb Groovy Plugin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.codehaus.griffon.plugins/griffon-ohmdb-groovy-compile/ -->
<dependency>
<groupId>org.codehaus.griffon.plugins</groupId>
<artifactId>griffon-ohmdb-groovy-compile</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.griffon.plugins/griffon-ohmdb-groovy-compile/
implementation 'org.codehaus.griffon.plugins:griffon-ohmdb-groovy-compile:2.1.0'
// https://jarcasting.com/artifacts/org.codehaus.griffon.plugins/griffon-ohmdb-groovy-compile/
implementation ("org.codehaus.griffon.plugins:griffon-ohmdb-groovy-compile:2.1.0")
'org.codehaus.griffon.plugins:griffon-ohmdb-groovy-compile:jar:2.1.0'
<dependency org="org.codehaus.griffon.plugins" name="griffon-ohmdb-groovy-compile" rev="2.1.0">
<artifact name="griffon-ohmdb-groovy-compile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.griffon.plugins', module='griffon-ohmdb-groovy-compile', version='2.1.0')
)
libraryDependencies += "org.codehaus.griffon.plugins" % "griffon-ohmdb-groovy-compile" % "2.1.0"
[org.codehaus.griffon.plugins/griffon-ohmdb-groovy-compile "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.griffon.plugins : griffon-ohmdb-core | jar | 2.1.0 |
org.codehaus.griffon : griffon-groovy-compile | jar | 2.12.0 |
The Ohmdb plugin enables lightweight access to Ohmdb datasources. 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.