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

org.spockframework:spock-guice 1.1-groovy-2.3-rc-2

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.1-groovy-2.3-rc-2
Type

Type

jar

Download spock-guice 1.1-groovy-2.3-rc-2


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