| License |
License |
|---|---|
| GroupId | GroupIddk.apaq |
| ArtifactId | ArtifactIdfilter4j-lucene |
| Last Version | Last Version1.1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionfilter4j for Lucene
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-lucene-1.1.4.pom | |
| filter4j-lucene-1.1.4.jar | 8 KB |
| filter4j-lucene-1.1.4-sources.jar | 3 KB |
| filter4j-lucene-1.1.4-javadoc.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dk.apaq/filter4j-lucene/ -->
<dependency>
<groupId>dk.apaq</groupId>
<artifactId>filter4j-lucene</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/dk.apaq/filter4j-lucene/
implementation 'dk.apaq:filter4j-lucene:1.1.4'
// https://jarcasting.com/artifacts/dk.apaq/filter4j-lucene/
implementation ("dk.apaq:filter4j-lucene:1.1.4")
'dk.apaq:filter4j-lucene:jar:1.1.4'
<dependency org="dk.apaq" name="filter4j-lucene" rev="1.1.4">
<artifact name="filter4j-lucene" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.apaq', module='filter4j-lucene', version='1.1.4')
)
libraryDependencies += "dk.apaq" % "filter4j-lucene" % "1.1.4"
[dk.apaq/filter4j-lucene "1.1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| dk.apaq : filter4j-core | jar | 1.1.4 |
| org.apache.lucene : lucene-core | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |