не последняя версия
Последняя версия 5.0.0.M3

io.kotest:kotest-assertions-compiler 4.3.2

Kotlin Test Framework

Группа

Группа

io.kotest
Идентификатор

Идентификатор

kotest-assertions-compiler
Версия

Версия

4.3.2
Тип

Тип

pom

Скачать kotest-assertions-compiler 4.3.2


<!-- https://jarcasting.com/artifacts/io.kotest/kotest-assertions-compiler/ -->
<dependency>
    <groupId>io.kotest</groupId>
    <artifactId>kotest-assertions-compiler</artifactId>
    <version>4.3.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kotest/kotest-assertions-compiler/
implementation 'io.kotest:kotest-assertions-compiler:4.3.2'
// https://jarcasting.com/artifacts/io.kotest/kotest-assertions-compiler/
implementation ("io.kotest:kotest-assertions-compiler:4.3.2")
'io.kotest:kotest-assertions-compiler:pom:4.3.2'
<dependency org="io.kotest" name="kotest-assertions-compiler" rev="4.3.2">
  <artifact name="kotest-assertions-compiler" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-assertions-compiler', version='4.3.2')
)
libraryDependencies += "io.kotest" % "kotest-assertions-compiler" % "4.3.2"
[io.kotest/kotest-assertions-compiler "4.3.2"]