License |
License |
---|---|
GroupId | GroupIdcom.github.meowingtwurtle |
ArtifactId | ArtifactIdmathParser |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.meowingtwurtle:mathParser
A parser for math expressions.
|
Filename | Size |
---|---|
mathParser-1.0.1.pom | |
mathParser-1.0.1.jar | 23 KB |
mathParser-1.0.1-sources.jar | 13 KB |
mathParser-1.0.1-javadoc.jar | 461 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.meowingtwurtle/mathParser/ -->
<dependency>
<groupId>com.github.meowingtwurtle</groupId>
<artifactId>mathParser</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.meowingtwurtle/mathParser/
implementation 'com.github.meowingtwurtle:mathParser:1.0.1'
// https://jarcasting.com/artifacts/com.github.meowingtwurtle/mathParser/
implementation ("com.github.meowingtwurtle:mathParser:1.0.1")
'com.github.meowingtwurtle:mathParser:jar:1.0.1'
<dependency org="com.github.meowingtwurtle" name="mathParser" rev="1.0.1">
<artifact name="mathParser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.meowingtwurtle', module='mathParser', version='1.0.1')
)
libraryDependencies += "com.github.meowingtwurtle" % "mathParser" % "1.0.1"
[com.github.meowingtwurtle/mathParser "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |