License |
License |
---|---|
GroupId | GroupIdcom.sigpwned |
ArtifactId | ArtifactIdlitecene-core |
Last Version | Last Version0.0.0-b1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlitecene-core
A simple text search query language for Java 8+
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
litecene-core-0.0.0-b1.pom | |
litecene-core-0.0.0-b1.jar | 53 KB |
litecene-core-0.0.0-b1-sources.jar | 48 KB |
litecene-core-0.0.0-b1-javadoc.jar | 406 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.36 |
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 |