License |
License
The MIT License (MIT)
|
---|---|
Categories |
CategoriesKotlin Languages Spock Application Testing & Monitoring |
GroupId | GroupIdde.jodamob.kotlin |
ArtifactId | ArtifactIdkotlin-runner-spock |
Last Version | Last Version0.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkotlin-testrunner
Junit testrunner that removes final from classes and methods
|
Project URL |
Project URL |
Filename | Size |
---|---|
kotlin-runner-spock-0.3.1.pom | |
kotlin-runner-spock-0.3.1.jar | 1 KB |
kotlin-runner-spock-0.3.1-sources.jar | 1 KB |
kotlin-runner-spock-0.3.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/de.jodamob.kotlin/kotlin-runner-spock/ -->
<dependency>
<groupId>de.jodamob.kotlin</groupId>
<artifactId>kotlin-runner-spock</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.jodamob.kotlin/kotlin-runner-spock/
implementation 'de.jodamob.kotlin:kotlin-runner-spock:0.3.1'
// https://jarcasting.com/artifacts/de.jodamob.kotlin/kotlin-runner-spock/
implementation ("de.jodamob.kotlin:kotlin-runner-spock:0.3.1")
'de.jodamob.kotlin:kotlin-runner-spock:jar:0.3.1'
<dependency org="de.jodamob.kotlin" name="kotlin-runner-spock" rev="0.3.1">
<artifact name="kotlin-runner-spock" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.jodamob.kotlin', module='kotlin-runner-spock', version='0.3.1')
)
libraryDependencies += "de.jodamob.kotlin" % "kotlin-runner-spock" % "0.3.1"
[de.jodamob.kotlin/kotlin-runner-spock "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
de.jodamob.kotlin : kotlin-runner | jar | 0.3.1 |
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib-nodep | jar | 3.2.2 |