Download georegression-0.13.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.13 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

georegression-0.13-javadoc.jar
georegression-0.13-sources.jar
georegression-0.13.jar
georegression-0.13.pom



Related Tutorials