License |
License |
---|---|
GroupId | GroupIdde.sciss |
ArtifactId | ArtifactIdbdb-je |
Last Version | Last Version7.5.11 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbdb-je
Berkeley DB Java Edition is a open source, transactional storage solution for Java applications.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
bdb-je-7.5.11.pom | |
bdb-je-7.5.11.jar | 3 MB |
bdb-je-7.5.11-sources.jar | 2 MB |
bdb-je-7.5.11-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sciss/bdb-je/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>bdb-je</artifactId>
<version>7.5.11</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/bdb-je/
implementation 'de.sciss:bdb-je:7.5.11'
// https://jarcasting.com/artifacts/de.sciss/bdb-je/
implementation ("de.sciss:bdb-je:7.5.11")
'de.sciss:bdb-je:jar:7.5.11'
<dependency org="de.sciss" name="bdb-je" rev="7.5.11">
<artifact name="bdb-je" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='bdb-je', version='7.5.11')
)
libraryDependencies += "de.sciss" % "bdb-je" % "7.5.11"
[de.sciss/bdb-je "7.5.11"]