Last Version

data-search-api 2.0.5

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

License

License

Categories

Categories

Data Search Business Logic Libraries
GroupId

GroupId

com.github.magrifle
ArtifactId

ArtifactId

data-search-api
Version

Version

2.0.5
Type

Type

jar
Description

Description

data-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

https://github.com/magrifle/search-api
Source Code Management

Source Code Management

https://github.com/magrifle/search-api.git

Download data-search-api 2.0.5


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 19.0

provided (4)

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

test (15)

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

Project Modules

There are no modules declared in this project.