| License |
License |
|---|---|
| Categories |
CategoriesSpock Application Testing & Monitoring |
| GroupId | GroupIdorg.spockframework |
| ArtifactId | ArtifactIdspock-core |
| Last Version | Last Version2.2-M1-groovy-4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpock Framework - Core Module
Spock is a testing and specification framework for Java and Groovy applications.
What makes it stand out from the crowd is its beautiful and highly expressive specification language.
Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers.
Spock is inspired from JUnit, jMock, RSpec, Groovy, Scala, Vulcans, and other fascinating life forms.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| spock-core-2.2-M1-groovy-4.0.pom | |
| spock-core-2.2-M1-groovy-4.0.jar | 388 KB |
| spock-core-2.2-M1-groovy-4.0-sources.jar | 331 KB |
| spock-core-2.2-M1-groovy-4.0-javadoc.jar | 90 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.spockframework/spock-core/ -->
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>2.2-M1-groovy-4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.spockframework/spock-core/
implementation 'org.spockframework:spock-core:2.2-M1-groovy-4.0'
// https://jarcasting.com/artifacts/org.spockframework/spock-core/
implementation ("org.spockframework:spock-core:2.2-M1-groovy-4.0")
'org.spockframework:spock-core:jar:2.2-M1-groovy-4.0'
<dependency org="org.spockframework" name="spock-core" rev="2.2-M1-groovy-4.0">
<artifact name="spock-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spockframework', module='spock-core', version='2.2-M1-groovy-4.0')
)
libraryDependencies += "org.spockframework" % "spock-core" % "2.2-M1-groovy-4.0"
[org.spockframework/spock-core "2.2-M1-groovy-4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.groovy : groovy | jar | 4.0.0 |
| org.junit.platform : junit-platform-engine | jar | |
| org.hamcrest : hamcrest | jar | 2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.platform : junit-platform-testkit Optional | jar | |
| org.jetbrains : annotations Optional | jar | 20.1.0 |
| org.ow2.asm : asm Optional | jar | 9.2 |
| net.bytebuddy : byte-buddy Optional | jar | 1.12.1 |
| cglib : cglib-nodep Optional | jar | 3.3.0 |
| org.objenesis : objenesis Optional | jar | 3.2 |