litecene-core

A simple text search query language for Java 8+

License

License

GroupId

GroupId

com.sigpwned
ArtifactId

ArtifactId

litecene-core
Last Version

Last Version

0.0.0-b1
Release Date

Release Date

Type

Type

jar
Description

Description

litecene-core
A simple text search query language for Java 8+
Project Organization

Project Organization

Andy Boothe
Source Code Management

Source Code Management

https://github.com/sigpwned/litecene/tree/main/litecene-core

Download litecene-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.sigpwned/litecene-core/ -->
<dependency>
    <groupId>com.sigpwned</groupId>
    <artifactId>litecene-core</artifactId>
    <version>0.0.0-b1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sigpwned/litecene-core/
implementation 'com.sigpwned:litecene-core:0.0.0-b1'
// https://jarcasting.com/artifacts/com.sigpwned/litecene-core/
implementation ("com.sigpwned:litecene-core:0.0.0-b1")
'com.sigpwned:litecene-core:jar:0.0.0-b1'
<dependency org="com.sigpwned" name="litecene-core" rev="0.0.0-b1">
  <artifact name="litecene-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sigpwned', module='litecene-core', version='0.0.0-b1')
)
libraryDependencies += "com.sigpwned" % "litecene-core" % "0.0.0-b1"
[com.sigpwned/litecene-core "0.0.0-b1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.36

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.36
junit : junit jar 4.13.2
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.0-b1