| License |
License |
|---|---|
| GroupId | GroupIdorg.amshove.kluent |
| ArtifactId | ArtifactIdkluent |
| Last Version | Last Version1.68 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionkluent
Fluent Assertion-Library for Kotlin
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kluent-1.68.pom | |
| kluent-1.68.jar | 158 KB |
| kluent-1.68-sources.jar | 18 KB |
| kluent-1.68-javadoc.jar | 261 bytes |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.amshove.kluent : kluent-common | jar | 1.68 |
| 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 |
| 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 |