Download georegression-0.7.jar file - Jar g

Jar examples for g:georegression

Description

GeoRegression is a free Java based geometry library for scientific computing in fields such as robotics and computer vision with a focus on 2D/3D space.

You can download jar file georegression 0.7 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add georegression-0.7.jar to your project.

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

Download

Click the following link to download the jar file.

georegression-0.7-javadoc.jar
georegression-0.7-sources.jar
georegression-0.7.jar
georegression-0.7.pom



Related Tutorials