License |
License |
---|---|
GroupId | GroupIdorg.apache.directory.mavibot |
ArtifactId | ArtifactIdmavibot |
Last Version | Last Version1.0.0-M8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApacheDS MVCC BTree implementation
A MVCC BTree Implementation
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mavibot-1.0.0-M8.pom | |
mavibot-1.0.0-M8.jar | 213 KB |
mavibot-1.0.0-M8-sources.jar | 210 KB |
mavibot-1.0.0-M8-javadoc.jar | 392 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.directory.mavibot/mavibot/ -->
<dependency>
<groupId>org.apache.directory.mavibot</groupId>
<artifactId>mavibot</artifactId>
<version>1.0.0-M8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.directory.mavibot/mavibot/
implementation 'org.apache.directory.mavibot:mavibot:1.0.0-M8'
// https://jarcasting.com/artifacts/org.apache.directory.mavibot/mavibot/
implementation ("org.apache.directory.mavibot:mavibot:1.0.0-M8")
'org.apache.directory.mavibot:mavibot:jar:1.0.0-M8'
<dependency org="org.apache.directory.mavibot" name="mavibot" rev="1.0.0-M8">
<artifact name="mavibot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.directory.mavibot', module='mavibot', version='1.0.0-M8')
)
libraryDependencies += "org.apache.directory.mavibot" % "mavibot" % "1.0.0-M8"
[org.apache.directory.mavibot/mavibot "1.0.0-M8"]
Group / Artifact | Type | Version |
---|---|---|
commons-collections : commons-collections | jar | 3.2.1 |
org.slf4j : slf4j-api | jar | 1.7.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
commons-io : commons-io | jar | 2.4 |
org.slf4j : slf4j-log4j12 | jar | 1.7.10 |