is not current version
Last Version 6.2.0

com.codetaco:math 4.1.8

Equation processing for Java

GroupId

GroupId

com.codetaco
ArtifactId

ArtifactId

math
Version

Version

4.1.8
Type

Type

jar

Download math 4.1.8


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