| License |
License |
|---|---|
| GroupId | GroupIdorg.sodatest |
| ArtifactId | ArtifactIdsodatest-runtime |
| Version | Version0.2.1 |
| Type | Typejar |
| Description |
DescriptionSodaTest Runtime
The SodaTest runtime classes responsible for parsing, executing and reporting on SodaTests.
|
| Project Organization |
Project OrganizationBelmont Technology Pty Ltd |
| Filename | Size |
|---|---|
| sodatest-runtime-0.2.1.pom | |
| sodatest-runtime-0.2.1.jar | 372 KB |
| sodatest-runtime-0.2.1-sources.jar | 62 KB |
| sodatest-runtime-0.2.1-javadoc.jar | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sodatest/sodatest-runtime/ -->
<dependency>
<groupId>org.sodatest</groupId>
<artifactId>sodatest-runtime</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sodatest/sodatest-runtime/
implementation 'org.sodatest:sodatest-runtime:0.2.1'
// https://jarcasting.com/artifacts/org.sodatest/sodatest-runtime/
implementation ("org.sodatest:sodatest-runtime:0.2.1")
'org.sodatest:sodatest-runtime:jar:0.2.1'
<dependency org="org.sodatest" name="sodatest-runtime" rev="0.2.1">
<artifact name="sodatest-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sodatest', module='sodatest-runtime', version='0.2.1')
)
libraryDependencies += "org.sodatest" % "sodatest-runtime" % "0.2.1"
[org.sodatest/sodatest-runtime "0.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.sodatest : sodatest-api | jar | 0.2.1 |
| org.scala-lang : scala-library | jar | 2.8.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.5 |
| org.scala-tools.testing : specs_2.8.1 | jar | 1.6.8 |