Registry / testing / spock-bom

spock-bom

JSON →
library2.4-groovy-3.0javamavenunverified

Bill of materials providing managed Spock dependencies for testing.

<dependency> <groupId>org.spockframework</groupId> <artifactId>spock-bom</artifactId> <version>2.4-groovy-3.0</version> </dependency>
INSTALL
IMPORT
SIG · SPOCK-BOM
S
spock-bom
testingjavav2.4-groovy-3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Specification
spock.lang.Specification

Minimal Spock specification using the BOM-managed dependencies.

import spock.lang.Specification class MySpec extends Specification { def "test example"() { expect: 1 + 1 == 2 } }
Debug
Known issues
breakingSpock 2.x requires Groovy 3.0+; ensure compatible Groovy version.
fix
Use Groovy 3.0+ with Spock 2.x.
affects: >=2.0
Upgrade
Version history
2.4-groovy-3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
spock-bom — mvn dependency:get spock-bom · libregistry