License |
License |
---|---|
GroupId | GroupIdorg.apache.lucene |
ArtifactId | ArtifactIdlucene-icu4j |
Version | Version3.2.0 |
Type | Typejar |
Description |
DescriptionLucene Specific ICU4J
Lucene Specific ICU4J v4.6
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
lucene-icu4j-3.2.0.pom | |
lucene-icu4j-3.2.0.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-icu4j/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-icu4j</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-icu4j/
implementation 'org.apache.lucene:lucene-icu4j:3.2.0'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-icu4j/
implementation ("org.apache.lucene:lucene-icu4j:3.2.0")
'org.apache.lucene:lucene-icu4j:jar:3.2.0'
<dependency org="org.apache.lucene" name="lucene-icu4j" rev="3.2.0">
<artifact name="lucene-icu4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-icu4j', version='3.2.0')
)
libraryDependencies += "org.apache.lucene" % "lucene-icu4j" % "3.2.0"
[org.apache.lucene/lucene-icu4j "3.2.0"]