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