MVN

io.bitbucket.janmaren : mexpr

Maven & Gradle

Feb 19, 2022

mexpr · Project for parsing and evaluation of mathematical expressions

<dependency>
    <groupId>io.bitbucket.janmaren</groupId>
    <artifactId>mexpr</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bitbucket.janmaren : mexpr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of io.bitbucket.janmaren : mexpr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4
mexpr-1.4
1.3
mexpr-1.3
1.2
mexpr-1.2
1.1
mexpr-1.1
1.0
mexpr-1.0

How to add a dependency to Maven

Add the following io.bitbucket.janmaren : mexpr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.bitbucket.janmaren</groupId>
    <artifactId>mexpr</artifactId>
    <version>1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.bitbucket.janmaren : mexpr gradle dependency to your build.gradle file:

implementation 'io.bitbucket.janmaren:mexpr:1.4'

Gradle Kotlin DSL: Add the following io.bitbucket.janmaren : mexpr gradle kotlin dependency to your build.gradle.kts file:

implementation("io.bitbucket.janmaren:mexpr:1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.bitbucket.janmaren : mexpr sbt scala dependency to your build.sbt file:

libraryDependencies += "io.bitbucket.janmaren" % "mexpr" % "1.4"

Advertisement