JSOFA

The JSOFA software is a pure Java translation of the International Astronomical Union's C SOFA software library (version 20210512) at http://www.iausofa.org/.

For more information on using please read the javadoc overview.

A jar (Java version 1.8) of the software can be obtained from the Central Maven repository directly by clicking the links in the sidebar and if using maven as a build tool by including the following in the POM

<dependency>
  <groupId>org.javastro</groupId>
  <artifactId>jsofa</artifactId>
  <version>20210512</version>
</dependency>

The software passes all its unit tests which are based on the standard tests that come with the official C and Fortran versions from the IAU.

The source code is on GitHub