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