griffon-jpa-plugin
The JPA plugin enables lightweight access SQL databases. 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-jpa-core |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongriffon-jpa-core
Griffon JPA Core Plugin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
griffon-jpa-core-2.1.0.pom | |
griffon-jpa-core-2.1.0.jar | 18 KB |
griffon-jpa-core-2.1.0-sources.jar | 13 KB |
griffon-jpa-core-2.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.griffon.plugins/griffon-jpa-core/ -->
<dependency>
<groupId>org.codehaus.griffon.plugins</groupId>
<artifactId>griffon-jpa-core</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.griffon.plugins/griffon-jpa-core/
implementation 'org.codehaus.griffon.plugins:griffon-jpa-core:2.1.0'
// https://jarcasting.com/artifacts/org.codehaus.griffon.plugins/griffon-jpa-core/
implementation ("org.codehaus.griffon.plugins:griffon-jpa-core:2.1.0")
'org.codehaus.griffon.plugins:griffon-jpa-core:jar:2.1.0'
<dependency org="org.codehaus.griffon.plugins" name="griffon-jpa-core" rev="2.1.0">
<artifact name="griffon-jpa-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.griffon.plugins', module='griffon-jpa-core', version='2.1.0')
)
libraryDependencies += "org.codehaus.griffon.plugins" % "griffon-jpa-core" % "2.1.0"
[org.codehaus.griffon.plugins/griffon-jpa-core "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.griffon.plugins : griffon-monitor-core | jar | 2.1.0 |
org.eclipse.persistence : javax.persistence | jar | 2.2.0 |
The JPA plugin enables lightweight access SQL databases. 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.