File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
src/main/java/com/mapcode/example Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------------------
2+ MAPCODE JAVA LIBRARY
3+ -------------------------------------------------------------------------------
4+
15Original C version created by Pieter Geelen. Work on Java version
26of the Mapcode library by Rijn Buve and Matthew Lowden.
37
@@ -15,3 +19,16 @@ Don't forget to make sure you have the Mapcode JAR in your Maven
1519repository, for example by building it locally.
1620
1721For more information, see: http://www.mapcode.com.
22+
23+ -------------------------------------------------------------------------------
24+ RELEASE NOTES
25+ -------------------------------------------------------------------------------
26+
27+ 1.33.2
28+
29+ Clean-up of release 1.33.2.
30+ Added release notes.
31+
32+ 1.33.1
33+
34+ First release of Java library for MapCodes.
Original file line number Diff line number Diff line change 66 <groupId >com.mapcode</groupId >
77 <artifactId >mapcode-java-examples</artifactId >
88 <packaging >jar</packaging >
9- <version >1.33.1 </version >
9+ <version >1.33.2 </version >
1010
1111 <name >Mapcode Java Examples</name >
1212 <description >
Original file line number Diff line number Diff line change 2929/**
3030 * This class serves as an example of how to use the Mapcode Java library.
3131 */
32+ @ SuppressWarnings ("UseOfSystemOutOrSystemErr" )
3233public class Example {
3334
3435 /**
You can’t perform that action at this time.
0 commit comments