MVN

net.sf.jsci : jsci

Maven & Gradle

Apr 28, 2012
9 usages

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

<dependency>
    <groupId>net.sf.jsci</groupId>
    <artifactId>jsci</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.jsci : jsci to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of net.sf.jsci : jsci to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
jsci-1.2

How to add a dependency to Maven

Add the following net.sf.jsci : jsci maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.jsci</groupId>
    <artifactId>jsci</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.jsci : jsci gradle dependency to your build.gradle file:

implementation 'net.sf.jsci:jsci:1.2'

Gradle Kotlin DSL: Add the following net.sf.jsci : jsci gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.jsci:jsci:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.jsci : jsci sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.jsci" % "jsci" % "1.2"

Advertisement

Dependencies from Group

Apr 28, 2012
9 usages
Apr 28, 2012
1 usages

Discover Dependencies

Mar 31, 2014
1 usages
19 stars
Sep 25, 2014
2 usages
8 stars
Nov 06, 2006
8 usages
Feb 04, 2015
5.2k stars
Jan 22, 2015
2 usages
996 stars
Sep 20, 2005
3 usages
Apr 05, 2006
1 usages
Apr 30, 2014
4 usages
Jul 18, 2007
Jun 28, 2013
23 usages
97 stars