License |
License |
---|---|
GroupId | GroupIdorg.codelibs |
ArtifactId | ArtifactIdanalyzers |
Last Version | Last Version9.1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLucene Analyzers for Japanese
This library provides Lucene's analyzers for Japanese.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
analyzers-9.1.0.0.pom | |
analyzers-9.1.0.0.jar | 29 KB |
analyzers-9.1.0.0-sources.jar | 27 KB |
analyzers-9.1.0.0-javadoc.jar | 515 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codelibs/analyzers/ -->
<dependency>
<groupId>org.codelibs</groupId>
<artifactId>analyzers</artifactId>
<version>9.1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs/analyzers/
implementation 'org.codelibs:analyzers:9.1.0.0'
// https://jarcasting.com/artifacts/org.codelibs/analyzers/
implementation ("org.codelibs:analyzers:9.1.0.0")
'org.codelibs:analyzers:jar:9.1.0.0'
<dependency org="org.codelibs" name="analyzers" rev="9.1.0.0">
<artifact name="analyzers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs', module='analyzers', version='9.1.0.0')
)
libraryDependencies += "org.codelibs" % "analyzers" % "9.1.0.0"
[org.codelibs/analyzers "9.1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.lucene : lucene-analysis-common | jar | 9.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.lucene : lucene-test-framework | jar | 9.1.0 |
org.apache.lucene : lucene-analysis-kuromoji | jar | 9.1.0 |
junit : junit | jar | 4.13.1 |
org.dbflute.utflute : utflute-core | jar | 0.9.1 |