Categories |
CategoriesSpock Application Testing & Monitoring |
---|---|
GroupId | GroupIdorg.spockframework |
ArtifactId | ArtifactIdspock-core |
Version | Version1.1-groovy-2.4-rc-3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.spockframework/spock-core/ -->
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>1.1-groovy-2.4-rc-3</version>
</dependency>
// https://jarcasting.com/artifacts/org.spockframework/spock-core/
implementation 'org.spockframework:spock-core:1.1-groovy-2.4-rc-3'
// https://jarcasting.com/artifacts/org.spockframework/spock-core/
implementation ("org.spockframework:spock-core:1.1-groovy-2.4-rc-3")
'org.spockframework:spock-core:jar:1.1-groovy-2.4-rc-3'
<dependency org="org.spockframework" name="spock-core" rev="1.1-groovy-2.4-rc-3">
<artifact name="spock-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spockframework', module='spock-core', version='1.1-groovy-2.4-rc-3')
)
libraryDependencies += "org.spockframework" % "spock-core" % "1.1-groovy-2.4-rc-3"
[org.spockframework/spock-core "1.1-groovy-2.4-rc-3"]