is not current version
Last Version 1.3.1

com.github.friendlyjava:jpa-descriptor 1.0.1

A utility library for describing mapping of JPA entities.

GroupId

GroupId

com.github.friendlyjava
ArtifactId

ArtifactId

jpa-descriptor
Version

Version

1.0.1
Type

Type

jar

Download jpa-descriptor 1.0.1


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