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

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

Contains the dependencies for Kotlin related unit testing

Категории

Категории

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

Группа

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

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

kotlin-test
Версия

Версия

8.8.0
Тип

Тип

jar

Скачать kotlin-test 8.8.0

Имя Файла Размер
kotlin-test-8.8.0.pom 1 KB
kotlin-test-8.8.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/kotlin-test/
implementation 'com.cedarsoft.dependencies-sets:kotlin-test:8.8.0'
// https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/kotlin-test/
implementation ("com.cedarsoft.dependencies-sets:kotlin-test:8.8.0")
'com.cedarsoft.dependencies-sets:kotlin-test:jar:8.8.0'
<dependency org="com.cedarsoft.dependencies-sets" name="kotlin-test" rev="8.8.0">
  <artifact name="kotlin-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.dependencies-sets', module='kotlin-test', version='8.8.0')
)
libraryDependencies += "com.cedarsoft.dependencies-sets" % "kotlin-test" % "8.8.0"
[com.cedarsoft.dependencies-sets/kotlin-test "8.8.0"]