License |
License |
---|---|
GroupId | GroupIdcom.massisframework |
ArtifactId | ArtifactIdmegamap |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMegamap
A simple, unbounded hashtable for Java
|
Filename | Size |
---|---|
megamap-1.0.pom | |
megamap-1.0.jar | 54 KB |
megamap-1.0-sources.jar | 52 KB |
megamap-1.0-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.massisframework/megamap/ -->
<dependency>
<groupId>com.massisframework</groupId>
<artifactId>megamap</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.massisframework/megamap/
implementation 'com.massisframework:megamap:1.0'
// https://jarcasting.com/artifacts/com.massisframework/megamap/
implementation ("com.massisframework:megamap:1.0")
'com.massisframework:megamap:jar:1.0'
<dependency org="com.massisframework" name="megamap" rev="1.0">
<artifact name="megamap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.massisframework', module='megamap', version='1.0')
)
libraryDependencies += "com.massisframework" % "megamap" % "1.0"
[com.massisframework/megamap "1.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.2 |
commons-collections : commons-collections | jar | 3.2.2 |