is not current version
Last Version 2.2-M1-groovy-4.0

org.spockframework:spock-guice 0.6-groovy-1.8

Spock's Guice Module provides support for testing Guice 2/3 based applications.

Categories

Categories

Spock Application Testing & Monitoring GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

org.spockframework
ArtifactId

ArtifactId

spock-guice
Version

Version

0.6-groovy-1.8
Type

Type

jar

Download spock-guice 0.6-groovy-1.8


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