| License |
License |
|---|---|
| GroupId | GroupIdcom.github.sogyf |
| ArtifactId | ArtifactIdgoja-lucene |
| Version | Version0.1.9 |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| goja-lucene-0.1.9.pom | |
| goja-lucene-0.1.9.jar | 1 MB |
| goja-lucene-0.1.9-sources.jar | 46 KB |
| goja-lucene-0.1.9-javadoc.jar | 112 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sogyf/goja-lucene/ -->
<dependency>
<groupId>com.github.sogyf</groupId>
<artifactId>goja-lucene</artifactId>
<version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sogyf/goja-lucene/
implementation 'com.github.sogyf:goja-lucene:0.1.9'
// https://jarcasting.com/artifacts/com.github.sogyf/goja-lucene/
implementation ("com.github.sogyf:goja-lucene:0.1.9")
'com.github.sogyf:goja-lucene:jar:0.1.9'
<dependency org="com.github.sogyf" name="goja-lucene" rev="0.1.9">
<artifact name="goja-lucene" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sogyf', module='goja-lucene', version='0.1.9')
)
libraryDependencies += "com.github.sogyf" % "goja-lucene" % "0.1.9"
[com.github.sogyf/goja-lucene "0.1.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.lucene : lucene-core | jar | 4.9.0 |
| org.apache.lucene : lucene-analyzers-common | jar | 4.9.0 |
| org.apache.lucene : lucene-queryparser | jar | 4.9.0 |
| org.apache.lucene : lucene-queries | jar | 4.9.0 |
| org.apache.lucene : lucene-sandbox | jar | 4.9.0 |
| org.apache.lucene : lucene-highlighter | jar | 4.9.0 |
| org.apache.lucene : lucene-memory | jar | 4.9.0 |
| com.google.guava : guava | jar | 18.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-all | jar | 1.3 |