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 |
---|---|
GroupId | GroupIdorg.codehaus.griffon.plugins |
ArtifactId | ArtifactIdgriffon-ohmdb-core |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongriffon-ohmdb-core
Griffon Ohmdb Core Plugin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
griffon-ohmdb-core-2.1.0.pom | |
griffon-ohmdb-core-2.1.0.jar | 17 KB |
griffon-ohmdb-core-2.1.0-sources.jar | 12 KB |
griffon-ohmdb-core-2.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.griffon.plugins/griffon-ohmdb-core/ -->
<dependency>
<groupId>org.codehaus.griffon.plugins</groupId>
<artifactId>griffon-ohmdb-core</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.griffon.plugins/griffon-ohmdb-core/
implementation 'org.codehaus.griffon.plugins:griffon-ohmdb-core:2.1.0'
// https://jarcasting.com/artifacts/org.codehaus.griffon.plugins/griffon-ohmdb-core/
implementation ("org.codehaus.griffon.plugins:griffon-ohmdb-core:2.1.0")
'org.codehaus.griffon.plugins:griffon-ohmdb-core:jar:2.1.0'
<dependency org="org.codehaus.griffon.plugins" name="griffon-ohmdb-core" rev="2.1.0">
<artifact name="griffon-ohmdb-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.griffon.plugins', module='griffon-ohmdb-core', version='2.1.0')
)
libraryDependencies += "org.codehaus.griffon.plugins" % "griffon-ohmdb-core" % "2.1.0"
[org.codehaus.griffon.plugins/griffon-ohmdb-core "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.griffon.plugins : griffon-monitor-core | jar | 2.1.0 |
com.ohmdb : ohmdb-all | jar | 1.0.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.