License |
License |
---|---|
Categories |
CategoriesData Search Business Logic Libraries |
GroupId | GroupIdcom.github.magrifle |
ArtifactId | ArtifactIddata-search-api |
Version | Version2.0.5 |
Type | Typejar |
Description |
Descriptiondata-search-api
A library that helps you instantly turn your Spring powered endpoints into a query engine. It makes use
of AOP to intercept the calls to your Controller or RestController endpoints and then builds a Specification
from the provided query parameters
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
data-search-api-2.0.5.pom | |
data-search-api-2.0.5.jar | 26 KB |
data-search-api-2.0.5-sources.jar | 11 KB |
data-search-api-2.0.5-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.magrifle/data-search-api/ -->
<dependency>
<groupId>com.github.magrifle</groupId>
<artifactId>data-search-api</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.magrifle/data-search-api/
implementation 'com.github.magrifle:data-search-api:2.0.5'
// https://jarcasting.com/artifacts/com.github.magrifle/data-search-api/
implementation ("com.github.magrifle:data-search-api:2.0.5")
'com.github.magrifle:data-search-api:jar:2.0.5'
<dependency org="com.github.magrifle" name="data-search-api" rev="2.0.5">
<artifact name="data-search-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.magrifle', module='data-search-api', version='2.0.5')
)
libraryDependencies += "com.github.magrifle" % "data-search-api" % "2.0.5"
[com.github.magrifle/data-search-api "2.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.2.Final |
org.springframework : spring-webmvc | jar | 5.2.6.RELEASE |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
org.springframework.data : spring-data-jpa | jar | 2.2.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core | jar | 5.3.7.Final |
org.hibernate : hibernate-entitymanager | jar | 5.3.7.Final |
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 2.23.0 |
org.springframework : spring-test | jar | 5.2.6.RELEASE |
com.h2database : h2 | jar | 1.4.197 |
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
commons-dbcp : commons-dbcp | jar | 1.2.2 |
org.springframework : spring-jdbc | jar | 5.2.6.RELEASE |
org.springframework : spring-aspects | jar | 5.2.6.RELEASE |
com.fasterxml.jackson.core : jackson-core | jar | 2.9.7 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0.pr1 |
org.hamcrest : hamcrest-all | jar | 1.3 |
com.jayway.jsonpath : json-path | jar | 2.4.0 |
org.projectlombok : lombok | jar | 1.18.2 |