License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdcom.github.frtu.simple |
ArtifactId | ArtifactIdsimple-indexer |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimpleIndexer
Gather the minimum of lib to add Lucene for some simple toolbox
|
Filename | Size |
---|---|
simple-indexer-0.2.0.pom | |
simple-indexer-0.2.0.jar | 8 KB |
simple-indexer-0.2.0-sources.jar | 3 KB |
simple-indexer-0.2.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.frtu.simple/simple-indexer/ -->
<dependency>
<groupId>com.github.frtu.simple</groupId>
<artifactId>simple-indexer</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.simple/simple-indexer/
implementation 'com.github.frtu.simple:simple-indexer:0.2.0'
// https://jarcasting.com/artifacts/com.github.frtu.simple/simple-indexer/
implementation ("com.github.frtu.simple:simple-indexer:0.2.0")
'com.github.frtu.simple:simple-indexer:jar:0.2.0'
<dependency org="com.github.frtu.simple" name="simple-indexer" rev="0.2.0">
<artifact name="simple-indexer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.simple', module='simple-indexer', version='0.2.0')
)
libraryDependencies += "com.github.frtu.simple" % "simple-indexer" % "0.2.0"
[com.github.frtu.simple/simple-indexer "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.4 |
jakarta-regexp : jakarta-regexp | jar | 1.4 |
javax.annotation : jsr250-api | jar | 1.0 |
org.apache.lucene : lucene-analyzers-common | jar | 4.0.0 |
org.apache.lucene : lucene-core | jar | 4.0.0 |
org.apache.lucene : lucene-facet | jar | 4.0.0 |
org.apache.lucene : lucene-queries | jar | 4.0.0 |
org.apache.lucene : lucene-queryparser | jar | 4.0.0 |
org.apache.lucene : lucene-sandbox | jar | 4.0.0 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.0.13 |
ch.qos.logback : logback-core | jar | 1.0.13 |
org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-core | jar | 1.3 |