| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.kotek |
| ArtifactId | ArtifactIdjdbm |
| Last Version | Last Version4.001-alpha |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJDBM
JDBM provides TreeMap and HashMap backed by disk storage. It is a fast,
scalable and easy to use embedded Java database.
|
| Filename | Size |
|---|---|
| jdbm-4.001-alpha.pom | |
| jdbm-4.001-alpha.jar | 142 KB |
| jdbm-4.001-alpha-test-sources.jar | 37 KB |
| jdbm-4.001-alpha-sources.jar | 73 KB |
| jdbm-4.001-alpha-javadoc.jar | 210 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.kotek/jdbm/ -->
<dependency>
<groupId>net.kotek</groupId>
<artifactId>jdbm</artifactId>
<version>4.001-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/net.kotek/jdbm/
implementation 'net.kotek:jdbm:4.001-alpha'
// https://jarcasting.com/artifacts/net.kotek/jdbm/
implementation ("net.kotek:jdbm:4.001-alpha")
'net.kotek:jdbm:jar:4.001-alpha'
<dependency org="net.kotek" name="jdbm" rev="4.001-alpha">
<artifact name="jdbm" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.kotek', module='jdbm', version='4.001-alpha')
)
libraryDependencies += "net.kotek" % "jdbm" % "4.001-alpha"
[net.kotek/jdbm "4.001-alpha"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit Optional | jar | 4.8.2 |