MVN

net.sourceforge.jscl-meditor : jscl

Maven & Gradle

Aug 03, 2022
5 stars

rendering · java symbolic computing library and mathematical editor

<dependency>
    <groupId>net.sourceforge.jscl-meditor</groupId>
    <artifactId>jscl</artifactId>
    <version>2.4.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.jscl-meditor : jscl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.15

All Versions

Choose a version of net.sourceforge.jscl-meditor : jscl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
jscl-2.4.15
jscl-2.4.14
jscl-2.4.13
jscl-2.4.12
jscl-2.4.11
jscl-2.4.10
jscl-2.4.9
jscl-2.4.8
jscl-2.4.7
jscl-2.4.6
jscl-2.4.5
jscl-2.4.4
jscl-2.4.3
jscl-2.4.2
jscl-2.4.1
2.4
jscl-2.4

How to add a dependency to Maven

Add the following net.sourceforge.jscl-meditor : jscl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.jscl-meditor</groupId>
    <artifactId>jscl</artifactId>
    <version>2.4.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.jscl-meditor : jscl gradle dependency to your build.gradle file:

implementation 'net.sourceforge.jscl-meditor:jscl:2.4.15'

Gradle Kotlin DSL: Add the following net.sourceforge.jscl-meditor : jscl gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.jscl-meditor:jscl:2.4.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.jscl-meditor : jscl sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.jscl-meditor" % "jscl" % "2.4.15"

Advertisement