не последняя версия
Последняя версия 8.9.2

com.cedarsoft.dependencies-sets:kotlin-test 8.8.1

Contains the dependencies for Kotlin related unit testing

Категории

Категории

Kotlin Языки программирования
Группа

Группа

com.cedarsoft.dependencies-sets
Идентификатор

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

kotlin-test
Версия

Версия

8.8.1
Тип

Тип

jar

Скачать kotlin-test 8.8.1

Имя Файла Размер
kotlin-test-8.8.1.pom 1 KB
kotlin-test-8.8.1-tests.jar 1 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/kotlin-test/ -->
<dependency>
    <groupId>com.cedarsoft.dependencies-sets</groupId>
    <artifactId>kotlin-test</artifactId>
    <version>8.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/kotlin-test/
implementation 'com.cedarsoft.dependencies-sets:kotlin-test:8.8.1'
// https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/kotlin-test/
implementation ("com.cedarsoft.dependencies-sets:kotlin-test:8.8.1")
'com.cedarsoft.dependencies-sets:kotlin-test:jar:8.8.1'
<dependency org="com.cedarsoft.dependencies-sets" name="kotlin-test" rev="8.8.1">
  <artifact name="kotlin-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.dependencies-sets', module='kotlin-test', version='8.8.1')
)
libraryDependencies += "com.cedarsoft.dependencies-sets" % "kotlin-test" % "8.8.1"
[com.cedarsoft.dependencies-sets/kotlin-test "8.8.1"]