License |
License |
---|---|
GroupId | GroupIdorg.apache.lucene |
ArtifactId | ArtifactIdlucene-analysis-common |
Last Version | Last Version9.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Lucene (module: common)
Apache Lucene (module: common)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-analysis-common/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analysis-common</artifactId>
<version>9.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-analysis-common/
implementation 'org.apache.lucene:lucene-analysis-common:9.2.0'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-analysis-common/
implementation ("org.apache.lucene:lucene-analysis-common:9.2.0")
'org.apache.lucene:lucene-analysis-common:jar:9.2.0'
<dependency org="org.apache.lucene" name="lucene-analysis-common" rev="9.2.0">
<artifact name="lucene-analysis-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-analysis-common', version='9.2.0')
)
libraryDependencies += "org.apache.lucene" % "lucene-analysis-common" % "9.2.0"
[org.apache.lucene/lucene-analysis-common "9.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.lucene : lucene-core | jar | 9.2.0 |