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