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