License |
License |
---|---|
GroupId | GroupIdcom.turkraft |
ArtifactId | ArtifactIdspring-filter |
Version | Version2.0.3 |
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-2.0.3.pom | |
spring-filter-2.0.3.jar | 393 KB |
spring-filter-2.0.3-sources.jar | 50 KB |
spring-filter-2.0.3-javadoc.jar | 342 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.turkraft/spring-filter/ -->
<dependency>
<groupId>com.turkraft</groupId>
<artifactId>spring-filter</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.turkraft/spring-filter/
implementation 'com.turkraft:spring-filter:2.0.3'
// https://jarcasting.com/artifacts/com.turkraft/spring-filter/
implementation ("com.turkraft:spring-filter:2.0.3")
'com.turkraft:spring-filter:jar:2.0.3'
<dependency org="com.turkraft" name="spring-filter" rev="2.0.3">
<artifact name="spring-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.turkraft', module='spring-filter', version='2.0.3')
)
libraryDependencies += "com.turkraft" % "spring-filter" % "2.0.3"
[com.turkraft/spring-filter "2.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.hibernate : hibernate-core Optional | jar | 5.6.1.Final |
org.springframework.data : spring-data-jpa Optional | jar | 2.5.6 |
org.springframework.data : spring-data-mongodb Optional | jar | 3.2.6 |
org.springframework : spring-web Optional | jar | 5.3.12 |
org.springframework : spring-webmvc Optional | jar | 5.3.12 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.1 |
org.springframework.boot : spring-boot-starter-test | jar | 2.5.6 |
org.springframework.boot : spring-boot-starter-web | jar | 2.5.6 |
com.h2database : h2 | jar | 1.4.200 |
org.springframework.boot : spring-boot-starter-data-mongodb | jar | 2.5.6 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
de.flapdoodle.embed : de.flapdoodle.embed.mongo | jar | 3.2.0 |
com.github.javafaker : javafaker | jar | 1.0.2 |
org.springdoc : springdoc-openapi-ui | jar | 1.5.12 |