MVN

org.webjars.npm : mathjs

Maven & Gradle

Mar 28, 2022
13.4k stars

mathjs · WebJar for mathjs

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>mathjs</artifactId>
    <version>10.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : mathjs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.4.1

All Versions

Choose a version of org.webjars.npm : mathjs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.4.x
mathjs-10.4.1
9.4.x
mathjs-9.4.4
6.5.x
mathjs-6.5.0
6.2.x
mathjs-6.2.5
mathjs-6.2.3
6.0.x
mathjs-6.0.3
mathjs-6.0.2
4.4.x
mathjs-4.4.2
3.16.x
mathjs-3.16.5
2 vulnerabilities
3.4.x
mathjs-3.4.1
2 vulnerabilities
3.0.x
mathjs-3.0.0
2 vulnerabilities
2.4.x
mathjs-2.4.2
2 vulnerabilities
2.3.x
mathjs-2.3.0
2 vulnerabilities
2.2.x
mathjs-2.2.0
2 vulnerabilities
1.5.x
mathjs-1.5.0
2 vulnerabilities

How to add a dependency to Maven

Add the following org.webjars.npm : mathjs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>mathjs</artifactId>
    <version>10.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : mathjs gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:mathjs:10.4.1'

Gradle Kotlin DSL: Add the following org.webjars.npm : mathjs gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:mathjs:10.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : mathjs sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "mathjs" % "10.4.1"

Advertisement