License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdio.kotlintest |
ArtifactId | ArtifactIdkotlintest-extensions-system |
Last Version | Last Version3.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKotlinTest
Kotlin Test Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.kotlintest/kotlintest-extensions-system/ -->
<dependency>
<groupId>io.kotlintest</groupId>
<artifactId>kotlintest-extensions-system</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-extensions-system/
implementation 'io.kotlintest:kotlintest-extensions-system:3.2.1'
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-extensions-system/
implementation ("io.kotlintest:kotlintest-extensions-system:3.2.1")
'io.kotlintest:kotlintest-extensions-system:jar:3.2.1'
<dependency org="io.kotlintest" name="kotlintest-extensions-system" rev="3.2.1">
<artifact name="kotlintest-extensions-system" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kotlintest', module='kotlintest-extensions-system', version='3.2.1')
)
libraryDependencies += "io.kotlintest" % "kotlintest-extensions-system" % "3.2.1"
[io.kotlintest/kotlintest-extensions-system "3.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.11 |
io.kotlintest : kotlintest-core | jar | 3.2.1 |
io.kotlintest : kotlintest-assertions | jar | 3.2.1 |
Group / Artifact | Type | Version |
---|---|---|
io.kotlintest : kotlintest-runner-junit5 | jar | 3.2.1 |
log4j : log4j | jar | 1.2.17 |
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |