GroupId | GroupIdio.kotest |
---|---|
ArtifactId | ArtifactIdkotest-core |
Version | Version4.1.0.RC1 |
Type | Typepom |
Filename | Size |
---|---|
kotest-core-4.1.0.RC1.pom | |
kotest-core-4.1.0.RC1.module | 1 KB |
kotest-core-4.1.0.RC1-javadoc.jar | 757 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kotest/kotest-core/ -->
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-core</artifactId>
<version>4.1.0.RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kotest/kotest-core/
implementation 'io.kotest:kotest-core:4.1.0.RC1'
// https://jarcasting.com/artifacts/io.kotest/kotest-core/
implementation ("io.kotest:kotest-core:4.1.0.RC1")
'io.kotest:kotest-core:pom:4.1.0.RC1'
<dependency org="io.kotest" name="kotest-core" rev="4.1.0.RC1">
<artifact name="kotest-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-core', version='4.1.0.RC1')
)
libraryDependencies += "io.kotest" % "kotest-core" % "4.1.0.RC1"
[io.kotest/kotest-core "4.1.0.RC1"]