License |
License |
---|---|
GroupId | GroupIdcom.github.friendlyjava |
ArtifactId | ArtifactIdjpa-descriptor |
Last Version | Last Version1.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJPA Descriptor
A utility library for describing mapping of JPA entities
|
Filename | Size |
---|---|
jpa-descriptor-1.3.1.pom | |
jpa-descriptor-1.3.1.jar | 17 KB |
jpa-descriptor-1.3.1-sources.jar | 13 KB |
jpa-descriptor-1.3.1-javadoc.jar | 97 KB |
Browse |
<!-- 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"]
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 |
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 |