MVN

de.uni-mannheim.rz.krum : jas

Maven & Gradle

Jul 05, 2023
2 usages
42 stars

Java Algebra System (JAS) · The Java Algebra System (JAS) is an object oriented, type safe and multi-threaded approach to computer algebra. JAS provides a well designed software library using generic types for algebraic computations implemented in the Java programming language using the JVM runtime infrastructure. The library can be used as any other Java software package or it can be used interactively or interpreted through a jython (Java Python) or jruby (Java Ruby) front end, there is also an Android App based on Ruboto (jruby for Android). The focus of JAS is at the moment on commutative, solvable and non-commutative polynomials, power series, Groebner bases, factorization, real and complex roots and applications. By the use of Java as implementation language JAS is 64-bit and multi-core CPU ready and can make use of mutiple CPUs where available. JAS can run on a wide variety of devices ranging from Android to compute clusters (using MPJ a Java Message Passing Interface (MPI) or OpenMPI).

<dependency>
    <groupId>de.uni-mannheim.rz.krum</groupId>
    <artifactId>jas</artifactId>
    <version>2.7.200</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.uni-mannheim.rz.krum : jas to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.200

All Versions

Choose a version of de.uni-mannheim.rz.krum : jas to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
jas-2.7.200
jas-2.7.190
jas-2.7.180
jas-2.7.170
jas-2.7.161
jas-2.7.160
jas-2.7.150
jas-2.7.140
jas-2.7.130
jas-2.7.120
jas-2.7.110
jas-2.7.100
jas-2.7.90
jas-2.7.80
jas-2.7.70
jas-2.7.60
jas-2.7.50
jas-2.7.40
jas-2.7.30
jas-2.7.20
jas-2.7.10
2.6.x
jas-2.6.6027
jas-2.6.6025
jas-2.6.6017
jas-2.6.6000
jas-2.6.5988
jas-2.6.5961
jas-2.6.5938
jas-2.6.5918
jas-2.6.5884
jas-2.6.5851
jas-2.6.5803

How to add a dependency to Maven

Add the following de.uni-mannheim.rz.krum : jas maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.uni-mannheim.rz.krum</groupId>
    <artifactId>jas</artifactId>
    <version>2.7.200</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.uni-mannheim.rz.krum : jas gradle dependency to your build.gradle file:

implementation 'de.uni-mannheim.rz.krum:jas:2.7.200'

Gradle Kotlin DSL: Add the following de.uni-mannheim.rz.krum : jas gradle kotlin dependency to your build.gradle.kts file:

implementation("de.uni-mannheim.rz.krum:jas:2.7.200")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.uni-mannheim.rz.krum : jas sbt scala dependency to your build.sbt file:

libraryDependencies += "de.uni-mannheim.rz.krum" % "jas" % "2.7.200"

Advertisement

Dependencies from Group

jas
Jul 05, 2023
2 usages
42 stars

Discover Dependencies

api
Apr 08, 2018
6 usages
14 stars
Jul 28, 2023
14 usages
967 stars
Feb 15, 2023
4 usages
333 stars
Mar 30, 2018
0 stars
Nov 11, 2019
7 stars
Feb 06, 2023
15 usages
693 stars
Dec 29, 2019
51 stars
Mar 26, 2021
10 usages