GroupId | GroupIdio.kotest |
---|---|
ArtifactId | ArtifactIdkotest-assertions-ktor |
Version | Version4.3.0 |
Type | Typepom |
Filename | Size |
---|---|
kotest-assertions-ktor-4.3.0.pom | |
kotest-assertions-ktor-4.3.0.module | 1 KB |
kotest-assertions-ktor-4.3.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.kotest/kotest-assertions-ktor/ -->
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-assertions-ktor</artifactId>
<version>4.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kotest/kotest-assertions-ktor/
implementation 'io.kotest:kotest-assertions-ktor:4.3.0'
// https://jarcasting.com/artifacts/io.kotest/kotest-assertions-ktor/
implementation ("io.kotest:kotest-assertions-ktor:4.3.0")
'io.kotest:kotest-assertions-ktor:pom:4.3.0'
<dependency org="io.kotest" name="kotest-assertions-ktor" rev="4.3.0">
<artifact name="kotest-assertions-ktor" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-assertions-ktor', version='4.3.0')
)
libraryDependencies += "io.kotest" % "kotest-assertions-ktor" % "4.3.0"
[io.kotest/kotest-assertions-ktor "4.3.0"]