License |
License |
---|---|
GroupId | GroupIdcom.turkraft |
ArtifactId | ArtifactIdspring-filter |
Version | Version1.0.4 |
Type | Typejar |
Description |
Descriptioncom.turkraft:spring-filter
Dynamically filters JPA entities and MongoDB collections with a simple query syntax. Provides JPA/Hibernate predicates, Spring Data specifications, and MongoDB queries. Easily integrated with Spring APIs.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-filter-1.0.4.pom | |
spring-filter-1.0.4.jar | 150 KB |
spring-filter-1.0.4-sources.jar | 53 KB |
spring-filter-1.0.4-javadoc.jar | 471 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.turkraft/spring-filter/ -->
<dependency>
<groupId>com.turkraft</groupId>
<artifactId>spring-filter</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.turkraft/spring-filter/
implementation 'com.turkraft:spring-filter:1.0.4'
// https://jarcasting.com/artifacts/com.turkraft/spring-filter/
implementation ("com.turkraft:spring-filter:1.0.4")
'com.turkraft:spring-filter:jar:1.0.4'
<dependency org="com.turkraft" name="spring-filter" rev="1.0.4">
<artifact name="spring-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.turkraft', module='spring-filter', version='1.0.4')
)
libraryDependencies += "com.turkraft" % "spring-filter" % "1.0.4"
[com.turkraft/spring-filter "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.hibernate : hibernate-core Optional | jar | 5.4.27.Final |
org.springframework.data : spring-data-jpa Optional | jar | 2.3.6.RELEASE |
org.springframework.data : spring-data-mongodb Optional | jar | 3.0.9.RELEASE |
org.springframework : spring-web Optional | jar | 5.2.12.RELEASE |
org.springframework : spring-webmvc Optional | jar | 5.2.12.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.1 |
org.springframework.boot : spring-boot-starter-test | jar | 2.3.9.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.3.9.RELEASE |
com.h2database : h2 | jar | 1.4.200 |
org.springframework.boot : spring-boot-starter-data-mongodb | jar | 2.3.9.RELEASE |
de.flapdoodle.embed : de.flapdoodle.embed.mongo | jar | 2.2.0 |
com.github.javafaker : javafaker | jar | 1.0.2 |
org.springdoc : springdoc-openapi-ui | jar | 1.5.4 |