License |
License |
---|---|
GroupId | GroupIdio.github.wimdeblauwe |
ArtifactId | ArtifactIdjpearl-core |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJPearl Core Library
JPA Early Primary Key Library
|
Filename | Size |
---|---|
jpearl-core-1.1.0.pom | |
jpearl-core-1.1.0.jar | 8 KB |
jpearl-core-1.1.0-sources.jar | 7 KB |
jpearl-core-1.1.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.wimdeblauwe/jpearl-core/ -->
<dependency>
<groupId>io.github.wimdeblauwe</groupId>
<artifactId>jpearl-core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wimdeblauwe/jpearl-core/
implementation 'io.github.wimdeblauwe:jpearl-core:1.1.0'
// https://jarcasting.com/artifacts/io.github.wimdeblauwe/jpearl-core/
implementation ("io.github.wimdeblauwe:jpearl-core:1.1.0")
'io.github.wimdeblauwe:jpearl-core:jar:1.1.0'
<dependency org="io.github.wimdeblauwe" name="jpearl-core" rev="1.1.0">
<artifact name="jpearl-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wimdeblauwe', module='jpearl-core', version='1.1.0')
)
libraryDependencies += "io.github.wimdeblauwe" % "jpearl-core" % "1.1.0"
[io.github.wimdeblauwe/jpearl-core "1.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 | jar | 5.6.2 |
org.assertj : assertj-core | jar | 3.16.1 |