Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdio.kotlintest |
ArtifactId | ArtifactIdkotlintest-core |
Version | Version3.0.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
kotlintest-core-3.0.0-RC1.pom | |
kotlintest-core-3.0.0-RC1.jar | 133 KB |
kotlintest-core-3.0.0-RC1-sources.jar | 60 KB |
kotlintest-core-3.0.0-RC1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.kotlintest/kotlintest-core/ -->
<dependency>
<groupId>io.kotlintest</groupId>
<artifactId>kotlintest-core</artifactId>
<version>3.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-core/
implementation 'io.kotlintest:kotlintest-core:3.0.0-RC1'
// https://jarcasting.com/artifacts/io.kotlintest/kotlintest-core/
implementation ("io.kotlintest:kotlintest-core:3.0.0-RC1")
'io.kotlintest:kotlintest-core:jar:3.0.0-RC1'
<dependency org="io.kotlintest" name="kotlintest-core" rev="3.0.0-RC1">
<artifact name="kotlintest-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kotlintest', module='kotlintest-core', version='3.0.0-RC1')
)
libraryDependencies += "io.kotlintest" % "kotlintest-core" % "3.0.0-RC1"
[io.kotlintest/kotlintest-core "3.0.0-RC1"]