is not current version
Last Version 2.0.5

com.github.magrifle:data-search-api 2.0.2

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

Categories

Categories

Data Search Business Logic Libraries
GroupId

GroupId

com.github.magrifle
ArtifactId

ArtifactId

data-search-api
Version

Version

2.0.2
Type

Type

jar

Download data-search-api 2.0.2


<!-- https://jarcasting.com/artifacts/com.github.magrifle/data-search-api/ -->
<dependency>
    <groupId>com.github.magrifle</groupId>
    <artifactId>data-search-api</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.magrifle/data-search-api/
implementation 'com.github.magrifle:data-search-api:2.0.2'
// https://jarcasting.com/artifacts/com.github.magrifle/data-search-api/
implementation ("com.github.magrifle:data-search-api:2.0.2")
'com.github.magrifle:data-search-api:jar:2.0.2'
<dependency org="com.github.magrifle" name="data-search-api" rev="2.0.2">
  <artifact name="data-search-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.magrifle', module='data-search-api', version='2.0.2')
)
libraryDependencies += "com.github.magrifle" % "data-search-api" % "2.0.2"
[com.github.magrifle/data-search-api "2.0.2"]