License |
License |
---|---|
GroupId | GroupIdcom.github.nicosensei |
ArtifactId | ArtifactIdcommons-bdb |
Last Version | Last Version1.5.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommons: BerkeleyDB
BerkeleyDB JE utilities
|
Filename | Size |
---|---|
commons-bdb-1.5.3.pom | |
commons-bdb-1.5.3.jar | 5 KB |
commons-bdb-1.5.3-sources.jar | 2 KB |
commons-bdb-1.5.3-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicosensei/commons-bdb/ -->
<dependency>
<groupId>com.github.nicosensei</groupId>
<artifactId>commons-bdb</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicosensei/commons-bdb/
implementation 'com.github.nicosensei:commons-bdb:1.5.3'
// https://jarcasting.com/artifacts/com.github.nicosensei/commons-bdb/
implementation ("com.github.nicosensei:commons-bdb:1.5.3")
'com.github.nicosensei:commons-bdb:jar:1.5.3'
<dependency org="com.github.nicosensei" name="commons-bdb" rev="1.5.3">
<artifact name="commons-bdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicosensei', module='commons-bdb', version='1.5.3')
)
libraryDependencies += "com.github.nicosensei" % "commons-bdb" % "1.5.3"
[com.github.nicosensei/commons-bdb "1.5.3"]
Group / Artifact | Type | Version |
---|---|---|
com.sleepycat : je | jar | 5.0.58 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.0 |