GroupId | GroupIdcom.orientechnologies |
---|---|
ArtifactId | ArtifactIdorientdb-lucene |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
orientdb-lucene-2.1.1.pom | |
orientdb-lucene-2.1.1.jar | 91 KB |
orientdb-lucene-2.1.1-sources.jar | 54 KB |
orientdb-lucene-2.1.1-javadoc.jar | 294 KB |
orientdb-lucene-2.1.1-dist.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.orientechnologies/orientdb-lucene/ -->
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-lucene</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-lucene/
implementation 'com.orientechnologies:orientdb-lucene:2.1.1'
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-lucene/
implementation ("com.orientechnologies:orientdb-lucene:2.1.1")
'com.orientechnologies:orientdb-lucene:jar:2.1.1'
<dependency org="com.orientechnologies" name="orientdb-lucene" rev="2.1.1">
<artifact name="orientdb-lucene" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orientechnologies', module='orientdb-lucene', version='2.1.1')
)
libraryDependencies += "com.orientechnologies" % "orientdb-lucene" % "2.1.1"
[com.orientechnologies/orientdb-lucene "2.1.1"]