License |
License |
---|---|
Categories |
CategoriesjOOQ Data Databases |
GroupId | GroupIdorg.blackdread |
ArtifactId | ArtifactIdfilter-sort-jooq-api |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionFilter Sort jOOQ API
Module to ease filtering and sorting with jOOQ based on params from a query (or any thing as we use a
Map).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
filter-sort-jooq-api-1.1.pom | |
filter-sort-jooq-api-1.1.jar | 47 KB |
filter-sort-jooq-api-1.1-sources.jar | 38 KB |
filter-sort-jooq-api-1.1-javadoc.jar | 242 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.blackdread/filter-sort-jooq-api/ -->
<dependency>
<groupId>org.blackdread</groupId>
<artifactId>filter-sort-jooq-api</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.blackdread/filter-sort-jooq-api/
implementation 'org.blackdread:filter-sort-jooq-api:1.1'
// https://jarcasting.com/artifacts/org.blackdread/filter-sort-jooq-api/
implementation ("org.blackdread:filter-sort-jooq-api:1.1")
'org.blackdread:filter-sort-jooq-api:jar:1.1'
<dependency org="org.blackdread" name="filter-sort-jooq-api" rev="1.1">
<artifact name="filter-sort-jooq-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.blackdread', module='filter-sort-jooq-api', version='1.1')
)
libraryDependencies += "org.blackdread" % "filter-sort-jooq-api" % "1.1"
[org.blackdread/filter-sort-jooq-api "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 27.0-jre |
org.jooq : jooq | jar | 3.11.5 |
javax.validation : validation-api | jar | 2.0.0.Final |
org.springframework.data : spring-data-commons | jar | 2.0.0.RELEASE |
org.apache.commons : commons-lang3 | jar | 3.6 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.3.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.3.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |