Skip to content

com.github.gribanoveu.string-calculator 1.0.0 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>com.github.gribanoveu</groupId>
  <artifactId>string-calculator</artifactId>
  <version>1.0.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

Calculator evaluates expressions from the input string, supports custom functions and unary minus
operations