t

tx2ex

A library that parses and evaluates mathematical formulas in textual format.
https://github.com/000haitham000/tx2ex
The Apache License, Version 2.0
Haitham Seada
Files download
File Operation
tx2ex-2.0.1.jar download
tx2ex-2.0.1.pom download
tx2ex-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.000haitham000</groupId>
  <artifactId>tx2ex</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.000haitham000:tx2ex:2.0.1'
Gradle Kotlin
implementation("com.github.000haitham000:tx2ex:2.0.1")
Scala SBT
libraryDependencies += "com.github.000haitham000" % "tx2ex" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.000haitham000', module='tx2ex', version='2.0.1')
)
Apache Ivy
<dependency org="com.github.000haitham000" name="tx2ex" rev="2.0.1" />
Leiningen
[com.github.000haitham000/tx2ex "2.0.1"]
Apache Buildr
'com.github.000haitham000:tx2ex:jar:2.0.1'
Dependencies