Download geo-0.25.jar file - Jar g

Jar examples for g:geo

Description

Contains a set of geometry (and geographical) classes, which work with any latitude and longitude, without glitches around the poles or Fiji.

You can download jar file geo 0.25 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add geo-0.25.jar to your project.

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

Download

Click the following link to download the jar file.

geo-0.25-javadoc.jar
geo-0.25-sources.jar
geo-0.25.jar
geo-0.25.pom



Related Tutorials