Download georegression-0.11.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.11 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

georegression-0.11-javadoc.jar
georegression-0.11-sources.jar
georegression-0.11.jar
georegression-0.11.pom



Related Tutorials