File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
documentation/docs/assertions Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ slug: ktor-matchers.html
5
5
sidebar_label : Ktor
6
6
---
7
7
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" ```
8
18
9
19
10
20
You can’t perform that action at this time.
0 commit comments