License |
License |
---|---|
Categories |
CategoriesGrails User Interface Web Frameworks Spock Application Testing & Monitoring |
GroupId | GroupIdorg.spockframework |
ArtifactId | ArtifactIdspock-grails-support |
Last Version | Last Version0.7-groovy-2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpock Framework - Grails Plugin Support
Integrates the Spock Framework with the Grails Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.spockframework/spock-grails-support/ -->
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-grails-support</artifactId>
<version>0.7-groovy-2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.spockframework/spock-grails-support/
implementation 'org.spockframework:spock-grails-support:0.7-groovy-2.0'
// https://jarcasting.com/artifacts/org.spockframework/spock-grails-support/
implementation ("org.spockframework:spock-grails-support:0.7-groovy-2.0")
'org.spockframework:spock-grails-support:jar:0.7-groovy-2.0'
<dependency org="org.spockframework" name="spock-grails-support" rev="0.7-groovy-2.0">
<artifact name="spock-grails-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spockframework', module='spock-grails-support', version='0.7-groovy-2.0')
)
libraryDependencies += "org.spockframework" % "spock-grails-support" % "0.7-groovy-2.0"
[org.spockframework/spock-grails-support "0.7-groovy-2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 0.7-groovy-2.0 |