License |
License |
---|---|
GroupId | GroupIdcom.sigpwned |
ArtifactId | ArtifactIdlitecene |
Last Version | Last Version0.0.0-b1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionlitecene
A simple text search query language for Java 8+
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
litecene-0.0.0-b1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sigpwned/litecene/ -->
<dependency>
<groupId>com.sigpwned</groupId>
<artifactId>litecene</artifactId>
<version>0.0.0-b1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sigpwned/litecene/
implementation 'com.sigpwned:litecene:0.0.0-b1'
// https://jarcasting.com/artifacts/com.sigpwned/litecene/
implementation ("com.sigpwned:litecene:0.0.0-b1")
'com.sigpwned:litecene:pom:0.0.0-b1'
<dependency org="com.sigpwned" name="litecene" rev="0.0.0-b1">
<artifact name="litecene" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sigpwned', module='litecene', version='0.0.0-b1')
)
libraryDependencies += "com.sigpwned" % "litecene" % "0.0.0-b1"
[com.sigpwned/litecene "0.0.0-b1"]