is not current version
Last Version 0.24

org.georegression:georegression 0.8

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.

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

org.georegression
ArtifactId

ArtifactId

georegression
Version

Version

0.8
Type

Type

jar

Download georegression 0.8


<!-- https://jarcasting.com/artifacts/org.georegression/georegression/ -->
<dependency>
    <groupId>org.georegression</groupId>
    <artifactId>georegression</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.georegression/georegression/
implementation 'org.georegression:georegression:0.8'
// https://jarcasting.com/artifacts/org.georegression/georegression/
implementation ("org.georegression:georegression:0.8")
'org.georegression:georegression:jar:0.8'
<dependency org="org.georegression" name="georegression" rev="0.8">
  <artifact name="georegression" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.georegression', module='georegression', version='0.8')
)
libraryDependencies += "org.georegression" % "georegression" % "0.8"
[org.georegression/georegression "0.8"]