| Группа | Группаorg.apache.lucene |
|---|---|
| Идентификатор | Идентификаторlucene-sandbox |
| Версия | Версия4.0.0-ALPHA |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| lucene-sandbox-4.0.0-ALPHA.pom | |
| lucene-sandbox-4.0.0-ALPHA.jar | 44 KB |
| lucene-sandbox-4.0.0-ALPHA-sources.jar | 42 KB |
| lucene-sandbox-4.0.0-ALPHA-javadoc.jar | 139 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-sandbox/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-sandbox</artifactId>
<version>4.0.0-ALPHA</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-sandbox/
implementation 'org.apache.lucene:lucene-sandbox:4.0.0-ALPHA'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-sandbox/
implementation ("org.apache.lucene:lucene-sandbox:4.0.0-ALPHA")
'org.apache.lucene:lucene-sandbox:jar:4.0.0-ALPHA'
<dependency org="org.apache.lucene" name="lucene-sandbox" rev="4.0.0-ALPHA">
<artifact name="lucene-sandbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-sandbox', version='4.0.0-ALPHA')
)
libraryDependencies += "org.apache.lucene" % "lucene-sandbox" % "4.0.0-ALPHA"
[org.apache.lucene/lucene-sandbox "4.0.0-ALPHA"]