is not current version
Last Version 1.3.1

com.github.friendlyjava:jpa-descriptor 1.3.0

A utility library for describing mapping of JPA entities

GroupId

GroupId

com.github.friendlyjava
ArtifactId

ArtifactId

jpa-descriptor
Version

Version

1.3.0
Type

Type

jar

Download jpa-descriptor 1.3.0


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