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