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

org.spockframework:spock-guice 1.3-groovy-2.4

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

1.3-groovy-2.4
Type

Type

jar

Download spock-guice 1.3-groovy-2.4


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