is not current version
Last Version 2.0.5

com.github.magrifle:data-search-api 1.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

Categories

Categories

Data Search Business Logic Libraries
GroupId

GroupId

com.github.magrifle
ArtifactId

ArtifactId

data-search-api
Version

Version

1.0.5
Type

Type

jar

Download data-search-api 1.0.5


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