is not current version
Last Version 3.1.0

org.apache.lucene:lucene-bdb 2.9.4

Berkeley DB based Directory implementation

GroupId

GroupId

org.apache.lucene
ArtifactId

ArtifactId

lucene-bdb
Version

Version

2.9.4
Type

Type

jar

Download lucene-bdb 2.9.4


<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-bdb/ -->
<dependency>
    <groupId>org.apache.lucene</groupId>
    <artifactId>lucene-bdb</artifactId>
    <version>2.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-bdb/
implementation 'org.apache.lucene:lucene-bdb:2.9.4'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-bdb/
implementation ("org.apache.lucene:lucene-bdb:2.9.4")
'org.apache.lucene:lucene-bdb:jar:2.9.4'
<dependency org="org.apache.lucene" name="lucene-bdb" rev="2.9.4">
  <artifact name="lucene-bdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-bdb', version='2.9.4')
)
libraryDependencies += "org.apache.lucene" % "lucene-bdb" % "2.9.4"
[org.apache.lucene/lucene-bdb "2.9.4"]