kluent

Fluent Assertion-Library for Kotlin

License

License

MIT
GroupId

GroupId

org.amshove.kluent
ArtifactId

ArtifactId

kluent
Last Version

Last Version

1.68
Release Date

Release Date

Type

Type

jar
Description

Description

kluent
Fluent Assertion-Library for Kotlin
Project URL

Project URL

https://github.com/MarkusAmshove/Kluent
Source Code Management

Source Code Management

https://github.com/MarkusAmshove/Kluent

Download kluent

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.amshove.kluent : kluent-common jar 1.68

runtime (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.50
org.jetbrains.kotlin : kotlin-reflect jar 1.3.50
org.jetbrains.kotlin : kotlin-test jar 1.3.50
junit : junit jar 4.12

test (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit jar 1.3.50
org.jetbrains.kotlinx : kotlinx-coroutines-test jar 1.3.0
com.nhaarman.mockitokotlin2 : mockito-kotlin jar 2.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.68
1.67
1.66
1.65
1.64
1.59