License |
License |
---|---|
GroupId | GroupIdorg.sodatest |
ArtifactId | ArtifactIdsodatest-api |
Version | Version0.2.1 |
Type | Typejar |
Description |
DescriptionSodaTest API
Contains the traits to be implemented in order to implement SodaTest Fixtures, Events and Reports in Scala.
|
Project Organization |
Project OrganizationBelmont Technology Pty Ltd |
Filename | Size |
---|---|
sodatest-api-0.2.1.pom | |
sodatest-api-0.2.1.jar | 19 KB |
sodatest-api-0.2.1-sources.jar | 11 KB |
sodatest-api-0.2.1-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sodatest/sodatest-api/ -->
<dependency>
<groupId>org.sodatest</groupId>
<artifactId>sodatest-api</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sodatest/sodatest-api/
implementation 'org.sodatest:sodatest-api:0.2.1'
// https://jarcasting.com/artifacts/org.sodatest/sodatest-api/
implementation ("org.sodatest:sodatest-api:0.2.1")
'org.sodatest:sodatest-api:jar:0.2.1'
<dependency org="org.sodatest" name="sodatest-api" rev="0.2.1">
<artifact name="sodatest-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sodatest', module='sodatest-api', version='0.2.1')
)
libraryDependencies += "org.sodatest" % "sodatest-api" % "0.2.1"
[org.sodatest/sodatest-api "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.sodatest : coercion | 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 |