is not current version
Last Version 1.68

org.amshove.kluent:kluent 1.64

Fluent Assertion-Library for Kotlin

GroupId

GroupId

org.amshove.kluent
ArtifactId

ArtifactId

kluent
Version

Version

1.64
Type

Type

jar

Download kluent 1.64


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