License |
License
GNU General Public License v3.0
|
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.paulosalonso |
ArtifactId | ArtifactIdexpression-specification-for-spring-data-jpa |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionExpression Specification For Spring Data JPA
Implementation of Spring Data JPA Specification based on QueryDecoder project.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.paulosalonso/expression-specification-for-spring-data-jpa/ -->
<dependency>
<groupId>com.github.paulosalonso</groupId>
<artifactId>expression-specification-for-spring-data-jpa</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulosalonso/expression-specification-for-spring-data-jpa/
implementation 'com.github.paulosalonso:expression-specification-for-spring-data-jpa:1.0.0'
// https://jarcasting.com/artifacts/com.github.paulosalonso/expression-specification-for-spring-data-jpa/
implementation ("com.github.paulosalonso:expression-specification-for-spring-data-jpa:1.0.0")
'com.github.paulosalonso:expression-specification-for-spring-data-jpa:jar:1.0.0'
<dependency org="com.github.paulosalonso" name="expression-specification-for-spring-data-jpa" rev="1.0.0">
<artifact name="expression-specification-for-spring-data-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulosalonso', module='expression-specification-for-spring-data-jpa', version='1.0.0')
)
libraryDependencies += "com.github.paulosalonso" % "expression-specification-for-spring-data-jpa" % "1.0.0"
[com.github.paulosalonso/expression-specification-for-spring-data-jpa "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.data : spring-data-jpa | jar | |
javax.persistence : javax.persistence-api | jar | 2.2 |
com.github.paulosalonso : querydecoder | jar | 2.0.0 |