Skip to content

Commit ba77112

Browse files
authored
Update ktor.md
1 parent 9777e1d commit ba77112

File tree

1 file changed

+10
-0
lines changed
  • documentation/docs/assertions

1 file changed

+10
-0
lines changed

documentation/docs/assertions/ktor.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ slug: ktor-matchers.html
55
sidebar_label: Ktor
66
---
77

8+
Code is kept on a [separate repository](https://github.com/kotest/kotest-assertions-ktor) and on a different group: `io.kotest.extensions`.
9+
10+
**Full Dependency**
11+
12+
[<img src="https://img.shields.io/maven-central/v/io.kotest.extensions/kotest-assertions-ktor.svg?label=latest%20release"/>](http://search.maven.org/#search|ga|1|kotest-assertions-ktor)
13+
[<img src="https://img.shields.io/nexus/s/https/oss.sonatype.org/io.kotest.extensions/kotest-assertions-ktor.svg?label=latest%20snapshot"/>](https://oss.sonatype.org/content/repositories/snapshots/io/kotest/extensions/kotest-assertions-ktor/)
14+
>
15+
> ```implementation("io.kotest.extensions:kotest-assertions-ktor:version")```
16+
>
17+
> ```implementation "io.kotest.extensions:kotest-assertions-ktor:version"```
818
919

1020

0 commit comments

Comments
 (0)