License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.jsci |
ArtifactId | ArtifactIdjsci |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjsci
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).
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsci-1.2.pom | |
jsci-1.2.jar | 823 KB |
jsci-1.2-sources.jar | 849 KB |
jsci-1.2-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jsci/jsci/ -->
<dependency>
<groupId>net.sf.jsci</groupId>
<artifactId>jsci</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jsci/jsci/
implementation 'net.sf.jsci:jsci:1.2'
// https://jarcasting.com/artifacts/net.sf.jsci/jsci/
implementation ("net.sf.jsci:jsci:1.2")
'net.sf.jsci:jsci:jar:1.2'
<dependency org="net.sf.jsci" name="jsci" rev="1.2">
<artifact name="jsci" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jsci', module='jsci', version='1.2')
)
libraryDependencies += "net.sf.jsci" % "jsci" % "1.2"
[net.sf.jsci/jsci "1.2"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.jsci : lpsolve | jar | 2003-11-03 |
org.axsl.org.w3c.dom.mathml : mathml-dom-java | jar | 2.0 |
xerces : xercesImpl | jar | 2.8.1 |