License |
License |
---|---|
GroupId | GroupIdio.github.wimdeblauwe |
ArtifactId | ArtifactIdjpearl |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJPearl
JPA Early Primary Key Library
|
Project URL |
Project URL |
Filename | Size |
---|---|
jpearl-0.1.0.pom | |
jpearl-0.1.0.jar | 9 KB |
jpearl-0.1.0-sources.jar | 8 KB |
jpearl-0.1.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.wimdeblauwe/jpearl/ -->
<dependency>
<groupId>io.github.wimdeblauwe</groupId>
<artifactId>jpearl</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wimdeblauwe/jpearl/
implementation 'io.github.wimdeblauwe:jpearl:0.1.0'
// https://jarcasting.com/artifacts/io.github.wimdeblauwe/jpearl/
implementation ("io.github.wimdeblauwe:jpearl:0.1.0")
'io.github.wimdeblauwe:jpearl:jar:0.1.0'
<dependency org="io.github.wimdeblauwe" name="jpearl" rev="0.1.0">
<artifact name="jpearl" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wimdeblauwe', module='jpearl', version='0.1.0')
)
libraryDependencies += "io.github.wimdeblauwe" % "jpearl" % "0.1.0"
[io.github.wimdeblauwe/jpearl "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.persistence : jakarta.persistence-api | jar | |
org.springframework.data : spring-data-jpa | jar | |
jakarta.validation : jakarta.validation-api | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
org.assertj : assertj-core | jar | 3.16.1 |