Download jsci-1.2.jar file - Jar j

Jar examples for j:jsci

Description

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).

You can download jar file jsci 1.2 in this page.

License

GNU Lesser General Public License 2.1

Build File

You can use the following script to add jsci-1.2.jar to your project.

<dependency>
   <groupId>net.sf.jsci</groupId>
   <artifactId>jsci</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'net.sf.jsci', name: 'jsci', version: '1.2'
libraryDependencies += "net.sf.jsci" % "jsci" % "1.2"
<dependency org="net.sf.jsci" name="jsci" rev="1.2"/>
@Grapes(@Grab(group='net.sf.jsci', module='jsci', version='1.2'))
'net.sf.jsci:jsci:jar:1.2'

Download

Click the following link to download the jar file.

jsci-1.2-javadoc.jar
jsci-1.2-sources.jar
jsci-1.2.jar
jsci-1.2.pom



Related Tutorials