License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdio.github.cptimario |
ArtifactId | ArtifactIdjpa-datatables |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionjpa-datatables
Server side JPA support for DataTables
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jpa-datatables-1.0.0.pom | |
jpa-datatables-1.0.0.jar | 24 KB |
jpa-datatables-1.0.0-sources.jar | 11 KB |
jpa-datatables-1.0.0-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.cptimario/jpa-datatables/ -->
<dependency>
<groupId>io.github.cptimario</groupId>
<artifactId>jpa-datatables</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cptimario/jpa-datatables/
implementation 'io.github.cptimario:jpa-datatables:1.0.0'
// https://jarcasting.com/artifacts/io.github.cptimario/jpa-datatables/
implementation ("io.github.cptimario:jpa-datatables:1.0.0")
'io.github.cptimario:jpa-datatables:jar:1.0.0'
<dependency org="io.github.cptimario" name="jpa-datatables" rev="1.0.0">
<artifact name="jpa-datatables" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cptimario', module='jpa-datatables', version='1.0.0')
)
libraryDependencies += "io.github.cptimario" % "jpa-datatables" % "1.0.0"
[io.github.cptimario/jpa-datatables "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.4.4 |
org.springframework.boot : spring-boot-starter-web | jar | 2.4.4 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.4.4 |
org.projectlombok : lombok Optional | jar | 1.18.18 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.200 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.4 |