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