GroupId | GroupIdio.kotest |
---|---|
ArtifactId | ArtifactIdkotest-assertions-api-watchosarm64 |
Version | Version5.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.kotest/kotest-assertions-api-watchosarm64/ -->
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-assertions-api-watchosarm64</artifactId>
<version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.kotest/kotest-assertions-api-watchosarm64/
implementation 'io.kotest:kotest-assertions-api-watchosarm64:5.2.0'
// https://jarcasting.com/artifacts/io.kotest/kotest-assertions-api-watchosarm64/
implementation ("io.kotest:kotest-assertions-api-watchosarm64:5.2.0")
'io.kotest:kotest-assertions-api-watchosarm64:jar:5.2.0'
<dependency org="io.kotest" name="kotest-assertions-api-watchosarm64" rev="5.2.0">
<artifact name="kotest-assertions-api-watchosarm64" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-assertions-api-watchosarm64', version='5.2.0')
)
libraryDependencies += "io.kotest" % "kotest-assertions-api-watchosarm64" % "5.2.0"
[io.kotest/kotest-assertions-api-watchosarm64 "5.2.0"]