is not current version
Last Version 1.0.1

com.github.meowingtwurtle:mathParser 1.0.0

A parser for math expressions.

GroupId

GroupId

com.github.meowingtwurtle
ArtifactId

ArtifactId

mathParser
Version

Version

1.0.0
Type

Type

jar

Download mathParser 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.meowingtwurtle/mathParser/ -->
<dependency>
    <groupId>com.github.meowingtwurtle</groupId>
    <artifactId>mathParser</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.meowingtwurtle/mathParser/
implementation 'com.github.meowingtwurtle:mathParser:1.0.0'
// https://jarcasting.com/artifacts/com.github.meowingtwurtle/mathParser/
implementation ("com.github.meowingtwurtle:mathParser:1.0.0")
'com.github.meowingtwurtle:mathParser:jar:1.0.0'
<dependency org="com.github.meowingtwurtle" name="mathParser" rev="1.0.0">
  <artifact name="mathParser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.meowingtwurtle', module='mathParser', version='1.0.0')
)
libraryDependencies += "com.github.meowingtwurtle" % "mathParser" % "1.0.0"
[com.github.meowingtwurtle/mathParser "1.0.0"]