GroupId | GroupIdorg.apache.lucene |
---|---|
ArtifactId | ArtifactIdlucene-xml-query-parser |
Version | Version2.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-xml-query-parser/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-xml-query-parser</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-xml-query-parser/
implementation 'org.apache.lucene:lucene-xml-query-parser:2.4.0'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-xml-query-parser/
implementation ("org.apache.lucene:lucene-xml-query-parser:2.4.0")
'org.apache.lucene:lucene-xml-query-parser:jar:2.4.0'
<dependency org="org.apache.lucene" name="lucene-xml-query-parser" rev="2.4.0">
<artifact name="lucene-xml-query-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-xml-query-parser', version='2.4.0')
)
libraryDependencies += "org.apache.lucene" % "lucene-xml-query-parser" % "2.4.0"
[org.apache.lucene/lucene-xml-query-parser "2.4.0"]