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

org.amshove.kluent:kluent-common 1.64

Fluent Assertion-Library for Kotlin

Группа

Группа

org.amshove.kluent
Идентификатор

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

kluent-common
Версия

Версия

1.64
Тип

Тип

jar

Скачать kluent-common 1.64


<!-- https://jarcasting.com/artifacts/org.amshove.kluent/kluent-common/ -->
<dependency>
    <groupId>org.amshove.kluent</groupId>
    <artifactId>kluent-common</artifactId>
    <version>1.64</version>
</dependency>
// https://jarcasting.com/artifacts/org.amshove.kluent/kluent-common/
implementation 'org.amshove.kluent:kluent-common:1.64'
// https://jarcasting.com/artifacts/org.amshove.kluent/kluent-common/
implementation ("org.amshove.kluent:kluent-common:1.64")
'org.amshove.kluent:kluent-common:jar:1.64'
<dependency org="org.amshove.kluent" name="kluent-common" rev="1.64">
  <artifact name="kluent-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.amshove.kluent', module='kluent-common', version='1.64')
)
libraryDependencies += "org.amshove.kluent" % "kluent-common" % "1.64"
[org.amshove.kluent/kluent-common "1.64"]