License |
License |
---|---|
GroupId | GroupIdorg.apache.lucene |
ArtifactId | ArtifactIdlucene-xercesImpl |
Last Version | Last Version3.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLucene Specific xercesImpl
Lucene Specific xercesImpl v2.9.1 patched with XERCESJ-1257
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
lucene-xercesImpl-3.5.0.pom | |
lucene-xercesImpl-3.5.0.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-xercesImpl/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-xercesImpl</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-xercesImpl/
implementation 'org.apache.lucene:lucene-xercesImpl:3.5.0'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-xercesImpl/
implementation ("org.apache.lucene:lucene-xercesImpl:3.5.0")
'org.apache.lucene:lucene-xercesImpl:jar:3.5.0'
<dependency org="org.apache.lucene" name="lucene-xercesImpl" rev="3.5.0">
<artifact name="lucene-xercesImpl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-xercesImpl', version='3.5.0')
)
libraryDependencies += "org.apache.lucene" % "lucene-xercesImpl" % "3.5.0"
[org.apache.lucene/lucene-xercesImpl "3.5.0"]