is not current version
Last Version 1.0.5

com.github.kuros:random-jpa 0.4.4

This project was born out of a need to create test data for complex database hierarchy. This project has two main aspects to it: * Self managing entity relationship (based on foreign key relationship between tables) * Simplifying creation of random data for entities.

GroupId

GroupId

com.github.kuros
ArtifactId

ArtifactId

random-jpa
Version

Version

0.4.4
Type

Type

jar

Download random-jpa 0.4.4


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