License |
License |
---|---|
GroupId | GroupIdorg.apache.lucene |
ArtifactId | ArtifactIdlucene-bdb |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLucene Contrib bdb
Berkeley DB based Directory implementation
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
lucene-bdb-3.1.0.pom | |
lucene-bdb-3.1.0.jar | 19 KB |
lucene-bdb-3.1.0-sources.jar | 19 KB |
lucene-bdb-3.1.0-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-bdb/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-bdb</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-bdb/
implementation 'org.apache.lucene:lucene-bdb:3.1.0'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-bdb/
implementation ("org.apache.lucene:lucene-bdb:3.1.0")
'org.apache.lucene:lucene-bdb:jar:3.1.0'
<dependency org="org.apache.lucene" name="lucene-bdb" rev="3.1.0">
<artifact name="lucene-bdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-bdb', version='3.1.0')
)
libraryDependencies += "org.apache.lucene" % "lucene-bdb" % "3.1.0"
[org.apache.lucene/lucene-bdb "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.lucene : lucene-core | jar | 3.1.0 |
com.sleepycat » berkeleydb | jar | 4.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.lucene : lucene-test-framework | jar | 3.1.0 |
junit : junit | jar | 4.7 |