j

jsci

JSci is a set of open source Java packages. The aim is to encapsulate scientific methods/principles in the most natural way possible. As such they should greatly aid the development of scientific based software. It offers: abstract math interfaces, linear algebra (support for various matrix and vector types), statistics (including probability distributions), wavelets, newtonian mechanics, chart/graph components (AWT and Swing), MathML DOM implementation, ... Note: some packages, like javax.comm, for the astro and instruments package aren't listed as dependencies (not available).
http://jsci.sourceforge.net/
GNU Lesser General Public License 2.1
physics.org
Mark Hale
Files download
File Operation
jsci-1.2.jar download
jsci-1.2.pom download
jsci-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.jsci</groupId>
  <artifactId>jsci</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'net.sf.jsci:jsci:1.2'
Gradle Kotlin
implementation("net.sf.jsci:jsci:1.2")
Scala SBT
libraryDependencies += "net.sf.jsci" % "jsci" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.jsci', module='jsci', version='1.2')
)
Apache Ivy
<dependency org="net.sf.jsci" name="jsci" rev="1.2" />
Leiningen
[net.sf.jsci/jsci "1.2"]
Apache Buildr
'net.sf.jsci:jsci:jar:1.2'