License |
License |
---|---|
GroupId | GroupIdcom.jamierf |
ArtifactId | ArtifactIdpersistenthashmap |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionPersistenthashmap
A disk-based HashMap implementation allowing persistence of data across sessions.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
persistenthashmap-1.0.pom | |
persistenthashmap-1.0.jar | 24 KB |
persistenthashmap-1.0-sources.jar | 12 KB |
persistenthashmap-1.0-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jamierf/persistenthashmap/ -->
<dependency>
<groupId>com.jamierf</groupId>
<artifactId>persistenthashmap</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jamierf/persistenthashmap/
implementation 'com.jamierf:persistenthashmap:1.0'
// https://jarcasting.com/artifacts/com.jamierf/persistenthashmap/
implementation ("com.jamierf:persistenthashmap:1.0")
'com.jamierf:persistenthashmap:jar:1.0'
<dependency org="com.jamierf" name="persistenthashmap" rev="1.0">
<artifact name="persistenthashmap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jamierf', module='persistenthashmap', version='1.0')
)
libraryDependencies += "com.jamierf" % "persistenthashmap" % "1.0"
[com.jamierf/persistenthashmap "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 1.7.1 |
com.thoughtworks.xstream : xstream | jar | 1.3.1 |
xpp3 : xpp3_min | jar | 1.1.4c |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |