is not current version
Last Version 0.24

org.georegression:georegression 0.22

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

Type

jar

Download georegression 0.22


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