| Categories |
CategoriesSpock Application Testing & Monitoring |
|---|---|
| GroupId | GroupIdorg.spockframework |
| ArtifactId | ArtifactIdspock-core |
| Version | Version1.3-RC1-groovy-2.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spock-core-1.3-RC1-groovy-2.4.pom | |
| spock-core-1.3-RC1-groovy-2.4.jar | 648 KB |
| spock-core-1.3-RC1-groovy-2.4-sources.jar | 471 KB |
| spock-core-1.3-RC1-groovy-2.4-javadoc.jar | 163 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.spockframework/spock-core/ -->
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>1.3-RC1-groovy-2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.spockframework/spock-core/
implementation 'org.spockframework:spock-core:1.3-RC1-groovy-2.4'
// https://jarcasting.com/artifacts/org.spockframework/spock-core/
implementation ("org.spockframework:spock-core:1.3-RC1-groovy-2.4")
'org.spockframework:spock-core:jar:1.3-RC1-groovy-2.4'
<dependency org="org.spockframework" name="spock-core" rev="1.3-RC1-groovy-2.4">
<artifact name="spock-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spockframework', module='spock-core', version='1.3-RC1-groovy-2.4')
)
libraryDependencies += "org.spockframework" % "spock-core" % "1.3-RC1-groovy-2.4"
[org.spockframework/spock-core "1.3-RC1-groovy-2.4"]