License |
License |
---|---|
GroupId | GroupIddk.apaq |
ArtifactId | ArtifactIdfilter4j-core |
Last Version | Last Version1.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfilter4j core
An API for filtering, sorting and limiting data - mostly for Crud backends but usable for more.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
filter4j-core-1.1.4.pom | |
filter4j-core-1.1.4.jar | 20 KB |
filter4j-core-1.1.4-sources.jar | 20 KB |
filter4j-core-1.1.4-javadoc.jar | 149 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dk.apaq/filter4j-core/ -->
<dependency>
<groupId>dk.apaq</groupId>
<artifactId>filter4j-core</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/dk.apaq/filter4j-core/
implementation 'dk.apaq:filter4j-core:1.1.4'
// https://jarcasting.com/artifacts/dk.apaq/filter4j-core/
implementation ("dk.apaq:filter4j-core:1.1.4")
'dk.apaq:filter4j-core:jar:1.1.4'
<dependency org="dk.apaq" name="filter4j-core" rev="1.1.4">
<artifact name="filter4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.apaq', module='filter4j-core', version='1.1.4')
)
libraryDependencies += "dk.apaq" % "filter4j-core" % "1.1.4"
[dk.apaq/filter4j-core "1.1.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |