License |
License |
---|---|
GroupId | GroupIdorg.amshove.kluent |
ArtifactId | ArtifactIdkluent |
Version | Version1.67 |
Type | Typejar |
Description |
Descriptionkluent
Fluent Assertion-Library for Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kluent-1.67.pom | |
kluent-1.67.jar | 154 KB |
kluent-1.67-sources.jar | 17 KB |
kluent-1.67-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.amshove.kluent/kluent/ -->
<dependency>
<groupId>org.amshove.kluent</groupId>
<artifactId>kluent</artifactId>
<version>1.67</version>
</dependency>
// https://jarcasting.com/artifacts/org.amshove.kluent/kluent/
implementation 'org.amshove.kluent:kluent:1.67'
// https://jarcasting.com/artifacts/org.amshove.kluent/kluent/
implementation ("org.amshove.kluent:kluent:1.67")
'org.amshove.kluent:kluent:jar:1.67'
<dependency org="org.amshove.kluent" name="kluent" rev="1.67">
<artifact name="kluent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.amshove.kluent', module='kluent', version='1.67')
)
libraryDependencies += "org.amshove.kluent" % "kluent" % "1.67"
[org.amshove.kluent/kluent "1.67"]
Group / Artifact | Type | Version |
---|---|---|
org.amshove.kluent : kluent-common | jar | 1.67 |
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 |