t

turing-math

Arithmetical programs working right for both supported encodings of numbers
Files download
File Operation
turing-math-0.1.0.jar download
turing-math-0.1.0.pom download
turing-math-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.skozlov</groupId>
  <artifactId>turing-math</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.skozlov:turing-math:0.1.0'
Gradle Kotlin
implementation("com.github.skozlov:turing-math:0.1.0")
Scala SBT
libraryDependencies += "com.github.skozlov" % "turing-math" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.skozlov', module='turing-math', version='0.1.0')
)
Apache Ivy
<dependency org="com.github.skozlov" name="turing-math" rev="0.1.0" />
Leiningen
[com.github.skozlov/turing-math "0.1.0"]
Apache Buildr
'com.github.skozlov:turing-math:jar:0.1.0'