How To Install Java Artifact com.vividsolutions.jts v1.13

com.vividsolutions jts 1.13

Introduction

In this article, we'll learn how to install Java artifact jts from com.vividsolutions group in version 1.13. The artifact is available in 4 versions: 1.13 1.12 1.11 1.8 . The JTS Topology Suite project has been released under Lesser General Public License (LGPL) license, and has its own website at: http://sourceforge.net/projects/jts-topo-suite .

How To Install Java Artifact com.vividsolutions.jts In Version 1.13

To install the JTS Topology Suite artifact in version 1.13 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses JTS Topology Suite dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Licenses