Download geometry-1.0.0.jar file - Jar g

Jar examples for g:geometry

Description

Basic geometric primitives and operations.

You can download jar file geometry 1.0.0 in this page.

License

The GNU General Public License v3.0

Build File

You can use the following script to add geometry-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

geometry-1.0.0-javadoc.jar
geometry-1.0.0-sources.jar
geometry-1.0.0.jar
geometry-1.0.0.pom



Related Tutorials