GroupId | GroupIdorg.apache.lucene |
---|---|
ArtifactId | ArtifactIdlucene-sandbox |
Version | Version6.6.0 |
Type | Typejar |
Filename | Size |
---|---|
lucene-sandbox-6.6.0.pom | |
lucene-sandbox-6.6.0.jar | 165 KB |
lucene-sandbox-6.6.0-sources.jar | 118 KB |
lucene-sandbox-6.6.0-javadoc.jar | 168 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-sandbox/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-sandbox</artifactId>
<version>6.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-sandbox/
implementation 'org.apache.lucene:lucene-sandbox:6.6.0'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-sandbox/
implementation ("org.apache.lucene:lucene-sandbox:6.6.0")
'org.apache.lucene:lucene-sandbox:jar:6.6.0'
<dependency org="org.apache.lucene" name="lucene-sandbox" rev="6.6.0">
<artifact name="lucene-sandbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-sandbox', version='6.6.0')
)
libraryDependencies += "org.apache.lucene" % "lucene-sandbox" % "6.6.0"
[org.apache.lucene/lucene-sandbox "6.6.0"]