is not current version
Last Version 1.0.1

org.robospock:robospock 0.4

Library brings Robolectric unit tests option to Spock testing framework.

Categories

Categories

Spock Application Testing & Monitoring
GroupId

GroupId

org.robospock
ArtifactId

ArtifactId

robospock
Version

Version

0.4
Type

Type

jar

Download robospock 0.4


<!-- https://jarcasting.com/artifacts/org.robospock/robospock/ -->
<dependency>
    <groupId>org.robospock</groupId>
    <artifactId>robospock</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.robospock/robospock/
implementation 'org.robospock:robospock:0.4'
// https://jarcasting.com/artifacts/org.robospock/robospock/
implementation ("org.robospock:robospock:0.4")
'org.robospock:robospock:jar:0.4'
<dependency org="org.robospock" name="robospock" rev="0.4">
  <artifact name="robospock" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robospock', module='robospock', version='0.4')
)
libraryDependencies += "org.robospock" % "robospock" % "0.4"
[org.robospock/robospock "0.4"]