JPA Descriptor

A utility library for describing mapping of JPA entities

License

License

GroupId

GroupId

com.github.friendlyjava
ArtifactId

ArtifactId

jpa-descriptor
Last Version

Last Version

1.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

JPA Descriptor
A utility library for describing mapping of JPA entities

Download jpa-descriptor

How to add to project

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

Dependencies

provided (3)

Group / Artifact Type Version
javax.persistence : javax.persistence-api jar 2.2
org.hibernate : hibernate-core jar 5.2.17.Final
org.eclipse.persistence : eclipselink jar 2.5.0

test (5)

Group / Artifact Type Version
com.h2database : h2 jar 1.4.197
org.junit.jupiter : junit-jupiter-engine jar 5.2.0
org.junit.jupiter : junit-jupiter-params jar 5.2.0
com.github.dadrus.jpa-unit : jpa-unit5 jar 0.4.0
com.github.dadrus.jpa-unit : jpa-unit-rdbms jar 0.4.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1