| License |
License |
|---|---|
| GroupId | GroupIdcom.github.skozlov |
| ArtifactId | ArtifactIdturing-base |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbase
Turing machine emulator
|
| Filename | Size |
|---|---|
| turing-base-0.1.0.pom | |
| turing-base-0.1.0.jar | 60 KB |
| turing-base-0.1.0-sources.jar | 8 KB |
| turing-base-0.1.0-javadoc.jar | 432 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.skozlov/turing-base/ -->
<dependency>
<groupId>com.github.skozlov</groupId>
<artifactId>turing-base</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skozlov/turing-base/
implementation 'com.github.skozlov:turing-base:0.1.0'
// https://jarcasting.com/artifacts/com.github.skozlov/turing-base/
implementation ("com.github.skozlov:turing-base:0.1.0")
'com.github.skozlov:turing-base:jar:0.1.0'
<dependency org="com.github.skozlov" name="turing-base" rev="0.1.0">
<artifact name="turing-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skozlov', module='turing-base', version='0.1.0')
)
libraryDependencies += "com.github.skozlov" % "turing-base" % "0.1.0"
[com.github.skozlov/turing-base "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.11.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.11 | jar | 2.2.6 |