Download javaGeom-0.11.1.jar file - Jar j

Jar examples for j:javaGeom

Description

JavaGeom - The aim of JavaGeom is to provide methods to easily perform geometric computations, such as intersections of lines, clipping of polygons, transformation shapes, perimeter and area computations... This is a binary & source redistribution of the original, unmodified JavaGeom library originating from: "http://sourceforge.net/projects/geom-java/files/javaGeom/javaGeom%200.11.1/". The purpose of this redistribution is to make the library available to other Maven projects.

You can download jar file javaGeom 0.11.1 in this page.

License

GNU Library or Lesser General Public License version 2.0 (LGPLv2)

Build File

You can use the following script to add javaGeom-0.11.1.jar to your project.

<dependency>
   <groupId>math.geom2d</groupId>
   <artifactId>javaGeom</artifactId>
   <version>0.11.1</version>
</dependency>
compile group: 'math.geom2d', name: 'javaGeom', version: '0.11.1'
libraryDependencies += "math.geom2d" % "javaGeom" % "0.11.1"
<dependency org="math.geom2d" name="javaGeom" rev="0.11.1"/>
@Grapes(@Grab(group='math.geom2d', module='javaGeom', version='0.11.1'))
'math.geom2d:javaGeom:jar:0.11.1'

Download

Click the following link to download the jar file.

javaGeom-0.11.1-javadoc.jar
javaGeom-0.11.1-sources.jar
javaGeom-0.11.1.jar
javaGeom-0.11.1.pom



Related Tutorials