| License |
License |
|---|---|
| GroupId | GroupIdcom.github.skozlov |
| ArtifactId | ArtifactIdturing |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionturing
A set of Scala libraries providing a Turing Machine emulator,a DSL for creating programs for this emulator, and some predefined programs.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| turing-0.1.0.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.skozlov/turing/ -->
<dependency>
<groupId>com.github.skozlov</groupId>
<artifactId>turing</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skozlov/turing/
implementation 'com.github.skozlov:turing:0.1.0'
// https://jarcasting.com/artifacts/com.github.skozlov/turing/
implementation ("com.github.skozlov:turing:0.1.0")
'com.github.skozlov:turing:pom:0.1.0'
<dependency org="com.github.skozlov" name="turing" rev="0.1.0">
<artifact name="turing" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.skozlov', module='turing', version='0.1.0')
)
libraryDependencies += "com.github.skozlov" % "turing" % "0.1.0"
[com.github.skozlov/turing "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.11 | jar | 2.2.6 |