is not current version
Last Version 1.0.1

org.robospock:robospock 0.7.0

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.7.0
Type

Type

jar

Download robospock 0.7.0


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