| License |
License |
|---|---|
| GroupId | GroupIdcom.github.skozlov |
| ArtifactId | ArtifactIdturing-math |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmath
Arithmetical programs working right for both supported encodings of numbers
|
| Filename | Size |
|---|---|
| turing-math-0.1.0.pom | |
| turing-math-0.1.0.jar | 4 KB |
| turing-math-0.1.0-sources.jar | 1 KB |
| turing-math-0.1.0-javadoc.jar | 332 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.skozlov/turing-math/ -->
<dependency>
<groupId>com.github.skozlov</groupId>
<artifactId>turing-math</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skozlov/turing-math/
implementation 'com.github.skozlov:turing-math:0.1.0'
// https://jarcasting.com/artifacts/com.github.skozlov/turing-math/
implementation ("com.github.skozlov:turing-math:0.1.0")
'com.github.skozlov:turing-math:jar:0.1.0'
<dependency org="com.github.skozlov" name="turing-math" rev="0.1.0">
<artifact name="turing-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skozlov', module='turing-math', version='0.1.0')
)
libraryDependencies += "com.github.skozlov" % "turing-math" % "0.1.0"
[com.github.skozlov/turing-math "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.skozlov : turing-build | jar | 0.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.11 | jar | 2.2.6 |