is not current version
Last Version 2.0.0

com.blogspot.toomuchcoding:spock-subjects-collaborators-extension 1.1.0

Spock extension that allows you to inject Collaborators into Subjects. Bases on Mockito's @InjectMocks functionality

Categories

Categories

Spock Application Testing & Monitoring
GroupId

GroupId

com.blogspot.toomuchcoding
ArtifactId

ArtifactId

spock-subjects-collaborators-extension
Version

Version

1.1.0
Type

Type

jar

Download spock-subjects-collaborators-extension 1.1.0


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