License |
License |
---|---|
GroupId | GroupIdorg.rogueware |
ArtifactId | ArtifactIdmemory-map-api |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMemory Map API
Memory Map API for marshelling to and from binary / text protocols using annotations in POJO's
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
memory-map-api-2.1.pom | |
memory-map-api-2.1.jar | 47 KB |
memory-map-api-2.1-sources.jar | 43 KB |
memory-map-api-2.1-javadoc.jar | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.rogueware/memory-map-api/ -->
<dependency>
<groupId>org.rogueware</groupId>
<artifactId>memory-map-api</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.rogueware/memory-map-api/
implementation 'org.rogueware:memory-map-api:2.1'
// https://jarcasting.com/artifacts/org.rogueware/memory-map-api/
implementation ("org.rogueware:memory-map-api:2.1")
'org.rogueware:memory-map-api:jar:2.1'
<dependency org="org.rogueware" name="memory-map-api" rev="2.1">
<artifact name="memory-map-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rogueware', module='memory-map-api', version='2.1')
)
libraryDependencies += "org.rogueware" % "memory-map-api" % "2.1"
[org.rogueware/memory-map-api "2.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |