MVN

onl.mdw : mathcat4j-core

Maven & Gradle

Aug 02, 2023
0 stars

MathCAT4J · Java bindings for MathCAT

<dependency>
    <groupId>onl.mdw</groupId>
    <artifactId>mathcat4j-core</artifactId>
    <version>0.3.1-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of onl.mdw : mathcat4j-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.1-2

All Versions

Choose a version of onl.mdw : mathcat4j-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
mathcat4j-core-0.3.1-2
mathcat4j-core-0.3.1-1
0.2.x
mathcat4j-core-0.2.3-4
mathcat4j-core-0.2.3-3
mathcat4j-core-0.2.3-2
mathcat4j-core-0.2.3-1
mathcat4j-core-0.2.3-0
mathcat4j-core-0.2.2-0
0.1.x
mathcat4j-core-0.1.24-2
mathcat4j-core-0.1.24-1
mathcat4j-core-0.1.23-4
mathcat4j-core-0.1.23-3

How to add a dependency to Maven

Add the following onl.mdw : mathcat4j-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>onl.mdw</groupId>
    <artifactId>mathcat4j-core</artifactId>
    <version>0.3.1-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following onl.mdw : mathcat4j-core gradle dependency to your build.gradle file:

implementation 'onl.mdw:mathcat4j-core:0.3.1-2'

Gradle Kotlin DSL: Add the following onl.mdw : mathcat4j-core gradle kotlin dependency to your build.gradle.kts file:

implementation("onl.mdw:mathcat4j-core:0.3.1-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following onl.mdw : mathcat4j-core sbt scala dependency to your build.sbt file:

libraryDependencies += "onl.mdw" % "mathcat4j-core" % "0.3.1-2"

Advertisement