| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdio.kotlintest |
| ArtifactId | ArtifactIdkotlintest-samples-spring |
| Last Version | Last Version3.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKotlinTest
Kotlin Test Framework
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kotlintest-samples-spring-3.0.6.pom | |
| kotlintest-samples-spring-3.0.6.jar | 261 bytes |
| kotlintest-samples-spring-3.0.6-sources.jar | 261 bytes |
| kotlintest-samples-spring-3.0.6-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.kotlintest/kotlintest-samples-spring/ -->
<dependency>
<groupId>io.kotlintest</groupId>
<artifactId>kotlintest-samples-spring</artifactId>
<version>3.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-samples-spring/
implementation 'io.kotlintest:kotlintest-samples-spring:3.0.6'
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-samples-spring/
implementation ("io.kotlintest:kotlintest-samples-spring:3.0.6")
'io.kotlintest:kotlintest-samples-spring:jar:3.0.6'
<dependency org="io.kotlintest" name="kotlintest-samples-spring" rev="3.0.6">
<artifact name="kotlintest-samples-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kotlintest', module='kotlintest-samples-spring', version='3.0.6')
)
libraryDependencies += "io.kotlintest" % "kotlintest-samples-spring" % "3.0.6"
[io.kotlintest/kotlintest-samples-spring "3.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.30 |
| org.springframework : spring-test | jar | 4.3.14.RELEASE |
| org.springframework : spring-context | jar | 4.3.14.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| io.kotlintest : kotlintest-runner-junit5 | jar | 3.0.1 |
| io.kotlintest : kotlintest-extensions-spring | jar | 3.0.1 |