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