License |
License |
---|---|
GroupId | GroupIdio.kotest |
ArtifactId | ArtifactIdkotest-assertions-shared |
Last Version | Last Version5.3.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKotest
Kotlin Test Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.kotest/kotest-assertions-shared/ -->
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-assertions-shared</artifactId>
<version>5.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kotest/kotest-assertions-shared/
implementation 'io.kotest:kotest-assertions-shared:5.3.2'
// https://jarcasting.com/artifacts/io.kotest/kotest-assertions-shared/
implementation ("io.kotest:kotest-assertions-shared:5.3.2")
'io.kotest:kotest-assertions-shared:pom:5.3.2'
<dependency org="io.kotest" name="kotest-assertions-shared" rev="5.3.2">
<artifact name="kotest-assertions-shared" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-assertions-shared', version='5.3.2')
)
libraryDependencies += "io.kotest" % "kotest-assertions-shared" % "5.3.2"
[io.kotest/kotest-assertions-shared "5.3.2"]
Group / Artifact | Type | Version |
---|---|---|
io.kotest : kotest-assertions-api | jar | 5.3.2 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.21 |
io.kotest : kotest-common | jar | 5.3.2 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.1 |