License |
License |
---|---|
GroupId | GroupIdcom.github.rjolly |
ArtifactId | ArtifactIdmappanel |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmappanel
MapPanel renders OpenstreetMaps using just basic java. Rendering is done from a tileserver and uses some multithreaded tile loading, caching and zooming. Free for everyone to build his own stuff on.
|
Project URL |
Project URL |
Project Organization |
Project Organizationcom.github.srutz |
Filename | Size |
---|---|
mappanel-1.0.pom | |
mappanel-1.0.jar | 64 KB |
mappanel-1.0-sources.jar | 20 KB |
mappanel-1.0-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rjolly/mappanel/ -->
<dependency>
<groupId>com.github.rjolly</groupId>
<artifactId>mappanel</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rjolly/mappanel/
implementation 'com.github.rjolly:mappanel:1.0'
// https://jarcasting.com/artifacts/com.github.rjolly/mappanel/
implementation ("com.github.rjolly:mappanel:1.0")
'com.github.rjolly:mappanel:jar:1.0'
<dependency org="com.github.rjolly" name="mappanel" rev="1.0">
<artifact name="mappanel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rjolly', module='mappanel', version='1.0')
)
libraryDependencies += "com.github.rjolly" % "mappanel" % "1.0"
[com.github.rjolly/mappanel "1.0"]
Group / Artifact | Type | Version |
---|---|---|
net.java.linoleum : application | jar | 1.6 |
Group / Artifact | Type | Version |
---|---|---|
net.java.linoleum : jlfgr | jar | 1_0 |