MVN

io.github.twonirwana : dice-evaluator

Maven & Gradle

Jun 06, 2023
1 stars

dice-evaluator · Dice infix notation (aka calculator notation) expression parser and evaluator

<dependency>
    <groupId>io.github.twonirwana</groupId>
    <artifactId>dice-evaluator</artifactId>
    <version>v0.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.twonirwana : dice-evaluator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v0.4.3
  • Latest Beta: v0.0.1-beta5

All Versions

Choose a version of io.github.twonirwana : dice-evaluator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.4.x
dice-evaluator-v0.4.3
dice-evaluator-v0.4.2
dice-evaluator-v0.4.1
dice-evaluator-v0.4.0
v0.3.x
dice-evaluator-v0.3.4
dice-evaluator-v0.3.3
dice-evaluator-v0.3.2
dice-evaluator-v0.3.1
dice-evaluator-v0.3.0
v0.2.x
dice-evaluator-v0.2.0
v0.1.x
dice-evaluator-v0.1.8
dice-evaluator-v0.1.7
dice-evaluator-v0.1.6
dice-evaluator-v0.1.5
dice-evaluator-v0.1.4
dice-evaluator-v0.1.3
dice-evaluator-v0.1.2
dice-evaluator-v0.1.1
dice-evaluator-v0.1.0
v0.0.x
dice-evaluator-v0.0.1
dice-evaluator-v0.0.1-beta5
dice-evaluator-v0.0.1-beta4

How to add a dependency to Maven

Add the following io.github.twonirwana : dice-evaluator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.twonirwana</groupId>
    <artifactId>dice-evaluator</artifactId>
    <version>v0.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.twonirwana : dice-evaluator gradle dependency to your build.gradle file:

implementation 'io.github.twonirwana:dice-evaluator:v0.4.3'

Gradle Kotlin DSL: Add the following io.github.twonirwana : dice-evaluator gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.twonirwana:dice-evaluator:v0.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.twonirwana : dice-evaluator sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.twonirwana" % "dice-evaluator" % "v0.4.3"