License |
License |
---|---|
GroupId | GroupIdorg.apache.lucene |
ArtifactId | ArtifactIdlucene-solr-grandparent |
Last Version | Last Version8.11.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGrandparent POM for Apache Lucene Core and Apache Solr
Grandparent POM for Apache Lucene Core and Apache Solr
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
lucene-solr-grandparent-8.11.2.pom | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-solr-grandparent/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-solr-grandparent</artifactId>
<version>8.11.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-solr-grandparent/
implementation 'org.apache.lucene:lucene-solr-grandparent:8.11.2'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-solr-grandparent/
implementation ("org.apache.lucene:lucene-solr-grandparent:8.11.2")
'org.apache.lucene:lucene-solr-grandparent:pom:8.11.2'
<dependency org="org.apache.lucene" name="lucene-solr-grandparent" rev="8.11.2">
<artifact name="lucene-solr-grandparent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-solr-grandparent', version='8.11.2')
)
libraryDependencies += "org.apache.lucene" % "lucene-solr-grandparent" % "8.11.2"
[org.apache.lucene/lucene-solr-grandparent "8.11.2"]