GroupId | GroupIdorg.apache.lucene |
---|---|
ArtifactId | ArtifactIdlucene-solr-grandparent |
Version | Version4.10.4 |
Type | Typepom |
Filename | Size |
---|---|
lucene-solr-grandparent-4.10.4.pom | 291 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-solr-grandparent/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-solr-grandparent</artifactId>
<version>4.10.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-solr-grandparent/
implementation 'org.apache.lucene:lucene-solr-grandparent:4.10.4'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-solr-grandparent/
implementation ("org.apache.lucene:lucene-solr-grandparent:4.10.4")
'org.apache.lucene:lucene-solr-grandparent:pom:4.10.4'
<dependency org="org.apache.lucene" name="lucene-solr-grandparent" rev="4.10.4">
<artifact name="lucene-solr-grandparent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-solr-grandparent', version='4.10.4')
)
libraryDependencies += "org.apache.lucene" % "lucene-solr-grandparent" % "4.10.4"
[org.apache.lucene/lucene-solr-grandparent "4.10.4"]