POJava Persistence

POJava Persistence is a small library of tools used in the persistence and retrieval of data to and from storage, such as to a database or XML document. It contains an ORM (Object Relational Mapping) tool that supports use of existing beans and POJO's rather than requiring POJO's to be instrumented to support a tool.

License

License

GroupId

GroupId

org.pojava
ArtifactId

ArtifactId

persistence
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

POJava Persistence
POJava Persistence is a small library of tools used in the persistence and retrieval of data to and from storage, such as to a database or XML document. It contains an ORM (Object Relational Mapping) tool that supports use of existing beans and POJO's rather than requiring POJO's to be instrumented to support a tool.
Project URL

Project URL

http://www.pojava.org

Download persistence

How to add to project

<!-- https://jarcasting.com/artifacts/org.pojava/persistence/ -->
<dependency>
    <groupId>org.pojava</groupId>
    <artifactId>persistence</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.pojava/persistence/
implementation 'org.pojava:persistence:3.0.0'
// https://jarcasting.com/artifacts/org.pojava/persistence/
implementation ("org.pojava:persistence:3.0.0")
'org.pojava:persistence:jar:3.0.0'
<dependency org="org.pojava" name="persistence" rev="3.0.0">
  <artifact name="persistence" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pojava', module='persistence', version='3.0.0')
)
libraryDependencies += "org.pojava" % "persistence" % "3.0.0"
[org.pojava/persistence "3.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.pojava : pojava jar 3.0.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.postgresql : postgresql jar 9.3-1101-jdbc41
mysql : mysql-connector-java jar 5.1.29

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.0
2.8.0
2.6.0
2.5.0
2.3.0