GroupId | GroupIdio.kotest |
---|---|
ArtifactId | ArtifactIdkotest-assertions-ktor |
Version | Version4.2.6 |
Type | Typepom |
Filename | Size |
---|---|
kotest-assertions-ktor-4.2.6.pom | |
kotest-assertions-ktor-4.2.6.module | 1 KB |
kotest-assertions-ktor-4.2.6-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.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kotest/kotest-assertions-ktor/
implementation 'io.kotest:kotest-assertions-ktor:4.2.6'
// https://jarcasting.com/artifacts/io.kotest/kotest-assertions-ktor/
implementation ("io.kotest:kotest-assertions-ktor:4.2.6")
'io.kotest:kotest-assertions-ktor:pom:4.2.6'
<dependency org="io.kotest" name="kotest-assertions-ktor" rev="4.2.6">
<artifact name="kotest-assertions-ktor" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-assertions-ktor', version='4.2.6')
)
libraryDependencies += "io.kotest" % "kotest-assertions-ktor" % "4.2.6"
[io.kotest/kotest-assertions-ktor "4.2.6"]