License |
License
The MIT License (MIT)
|
---|---|
Categories |
CategoriesKotlin Languages JUnit Unit Testing |
GroupId | GroupIdde.jodamob.kotlin |
ArtifactId | ArtifactIdkotlin-runner-junit4 |
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-junit4-0.3.1.pom | |
kotlin-runner-junit4-0.3.1.jar | 1 KB |
kotlin-runner-junit4-0.3.1-sources.jar | 1001 bytes |
kotlin-runner-junit4-0.3.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/de.jodamob.kotlin/kotlin-runner-junit4/ -->
<dependency>
<groupId>de.jodamob.kotlin</groupId>
<artifactId>kotlin-runner-junit4</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.jodamob.kotlin/kotlin-runner-junit4/
implementation 'de.jodamob.kotlin:kotlin-runner-junit4:0.3.1'
// https://jarcasting.com/artifacts/de.jodamob.kotlin/kotlin-runner-junit4/
implementation ("de.jodamob.kotlin:kotlin-runner-junit4:0.3.1")
'de.jodamob.kotlin:kotlin-runner-junit4:jar:0.3.1'
<dependency org="de.jodamob.kotlin" name="kotlin-runner-junit4" rev="0.3.1">
<artifact name="kotlin-runner-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.jodamob.kotlin', module='kotlin-runner-junit4', version='0.3.1')
)
libraryDependencies += "de.jodamob.kotlin" % "kotlin-runner-junit4" % "0.3.1"
[de.jodamob.kotlin/kotlin-runner-junit4 "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
de.jodamob.kotlin : kotlin-runner | jar | 0.3.1 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.9.5 |