License |
License |
---|---|
Categories |
CategoriesMicronaut Container Microservices Spock Application Testing & Monitoring |
GroupId | GroupIdio.micronaut.test |
ArtifactId | ArtifactIdtest-spock |
Last Version | Last Version1.0.0.M4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMicronaut Test
Testing Framework Extensions for Micronaut
|
Project URL |
Project URL |
Filename | Size |
---|---|
test-spock-1.0.0.M4.pom | |
test-spock-1.0.0.M4.jar | 4 KB |
test-spock-1.0.0.M4-sources.jar | 2 KB |
test-spock-1.0.0.M4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.micronaut.test/test-spock/ -->
<dependency>
<groupId>io.micronaut.test</groupId>
<artifactId>test-spock</artifactId>
<version>1.0.0.M4</version>
</dependency>
// https://jarcasting.com/artifacts/io.micronaut.test/test-spock/
implementation 'io.micronaut.test:test-spock:1.0.0.M4'
// https://jarcasting.com/artifacts/io.micronaut.test/test-spock/
implementation ("io.micronaut.test:test-spock:1.0.0.M4")
'io.micronaut.test:test-spock:jar:1.0.0.M4'
<dependency org="io.micronaut.test" name="test-spock" rev="1.0.0.M4">
<artifact name="test-spock" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.micronaut.test', module='test-spock', version='1.0.0.M4')
)
libraryDependencies += "io.micronaut.test" % "test-spock" % "1.0.0.M4"
[io.micronaut.test/test-spock "1.0.0.M4"]
Group / Artifact | Type | Version |
---|---|---|
io.micronaut.test : test-core | jar | 1.0.0.M4 |
Group / Artifact | Type | Version |
---|---|---|
io.micronaut : inject | jar | 1.0.0.RC2 |
io.micronaut : runtime | jar | 1.0.0.RC2 |
org.spockframework : spock-core | jar | 1.2-groovy-2.4 |