is not current version
Last Version 0.24

org.georegression:georegression 0.12

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.12
Type

Type

jar

Download georegression 0.12


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