You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Matt Juntunen <ma...@apache.org> on 2020/07/20 16:57:45 UTC

[ANNOUNCEMENT] Apache Commons Geometry Version 1.0-beta1 Released

The Apache Commons Team is pleased to announce the availability of
version 1.0-beta1 of "Apache Commons Geometry".

Apache Commons Geometry provides geometric types and utilities.

For complete information on Apache Commons Geometry, including instructions on how
to submit bug reports, patches, or suggestions for improvement, see the
Apache Commons Geometry website:
  https://commons.apache.org/proper/commons-geometry/

Distribution packages can be downloaded from
  https://commons.apache.org/proper/commons-geometry/download_geometry.cgi

When downloading, please verify signatures using the KEYS file
available at
  https://www.apache.org/dist/commons/KEYS

Maven artifacts are also available in the central Maven repository:
  https://repo.maven.apache.org/maven2/org/apache/commons/

----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-geometry-core</artifactId>
  <version>1.0-beta1</version>
----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-geometry-euclidean</artifactId>
  <version>1.0-beta1</version>
----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-geometry-spherical</artifactId>
  <version>1.0-beta1</version>
----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-geometry-enclosing</artifactId>
  <version>1.0-beta1</version>
----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-geometry-hull</artifactId>
  <version>1.0-beta1</version>
----

Matt Juntunen,
on behalf of the Apache Commons Team