Download experimental-0.29.jar file - Jar e

Jar examples for e:experimental

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 experimental 0.29 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add experimental-0.29.jar to your project.

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

Download

Click the following link to download the jar file.

experimental-0.29-javadoc.jar
experimental-0.29-sources.jar
experimental-0.29.jar
experimental-0.29.pom



Related Tutorials