License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdio.kotlintest |
ArtifactId | ArtifactIdkotlintest-assertions |
Last Version | Last Version3.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKotlinTest
Kotlin Test Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlintest-assertions-3.4.2.pom | |
kotlintest-assertions-3.4.2.jar | 2 MB |
kotlintest-assertions-3.4.2-sources.jar | 101 KB |
kotlintest-assertions-3.4.2-javadoc.jar | 769 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kotlintest/kotlintest-assertions/ -->
<dependency>
<groupId>io.kotlintest</groupId>
<artifactId>kotlintest-assertions</artifactId>
<version>3.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-assertions/
implementation 'io.kotlintest:kotlintest-assertions:3.4.2'
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-assertions/
implementation ("io.kotlintest:kotlintest-assertions:3.4.2")
'io.kotlintest:kotlintest-assertions:jar:3.4.2'
<dependency org="io.kotlintest" name="kotlintest-assertions" rev="3.4.2">
<artifact name="kotlintest-assertions" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kotlintest', module='kotlintest-assertions', version='3.4.2')
)
libraryDependencies += "io.kotlintest" % "kotlintest-assertions" % "3.4.2"
[io.kotlintest/kotlintest-assertions "3.4.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-reflect | jar | 0.11.91.1 |
io.arrow-kt : arrow-core-data | jar | 0.9.0 |
com.univocity : univocity-parsers | jar | 2.8.1 |
com.github.wumpz : diffutils | jar | 2.2 |