Mapfish Geojson libraru.
Java library for generating GeoJSON structures.
Here is the list of declaration for mapfish-geo-lib. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.mapfish.geo</groupId> <artifactId>mapfish-geo-lib</artifactId> <version>1.2.0</version> </dependency>
If you think this Maven repository POM file listing for mapfish-geo-lib is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:GNU General Public License
URL: http://www.gnu.org/licenses/#GPL.
The mapfish-geo-lib-1.2.0 has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JSON | json 20080701 JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a te... | 13 |
JUnit | junit 4.7 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 272 |
The following packages are defined in the mapfish-geo-lib-1.2.0.jar
org.mapfish.geo
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mapfish.geo</groupId> <artifactId>mapfish-geo-lib</artifactId> <version>1.2.0</version> <name>Mapfish Geojson libraru</name> <description>Java library for generating GeoJSON structures</description> <url>http://www.mapfish.org/</url> <organization> <name>Camptocamp SA</name> <url>http://www.camptocamp.com</url> </organization> <licenses> <license> <name>GNU General Public License</name> <url>http://www.gnu.org/licenses/#GPL</url> <distribution>repo</distribution> </license> </licenses> <mailingLists> <mailingList> <name>Users</name> <subscribe>users-subscribe@mapfish.org</subscribe> <unsubscribe>users-subscribe@mapfish.org</unsubscribe> <post>users@mapfish.org</post> <archive>http://www.mapfish.org/pipermail/users/</archive> </mailingList> <mailingList> <name>Dev</name> <subscribe>dev-subscribe@mapfish.org</subscribe> <unsubscribe>dev-subscribe@mapfish.org</unsubscribe> <post>dev@mapfish.org</post> <archive>http://www.mapfish.org/pipermail/dev/</archive> </mailingList> </mailingLists> <scm> <connection>scm:https://github.com/mapfish/java-geojson.git</connection> <developerConnection>scm:git@github.com:mapfish/java-geojson.git</developerConnection> <url>https://github.com/mapfish/java-geojson</url> </scm> <dependencies> <dependency> <groupId>com.vividsolutions</groupId> <artifactId>jts</artifactId> <version>1.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20080701</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.7</version> <scope>test</scope> </dependency> </dependencies> </project>