t

turing-math00

Arithmetical programs which are specific for the "n to n" encoding
Files download
File Operation
turing-math00-0.1.0.jar download
turing-math00-0.1.0.pom download
turing-math00-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.skozlov</groupId>
  <artifactId>turing-math00</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.skozlov:turing-math00:0.1.0'
Gradle Kotlin
implementation("com.github.skozlov:turing-math00:0.1.0")
Scala SBT
libraryDependencies += "com.github.skozlov" % "turing-math00" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.skozlov', module='turing-math00', version='0.1.0')
)
Apache Ivy
<dependency org="com.github.skozlov" name="turing-math00" rev="0.1.0" />
Leiningen
[com.github.skozlov/turing-math00 "0.1.0"]
Apache Buildr
'com.github.skozlov:turing-math00:jar:0.1.0'