| License |
License |
|---|---|
| Categories |
CategoriesJavaScript Languages |
| GroupId | GroupIdio.kotest |
| ArtifactId | ArtifactIdkotest-assertions-api-js |
| Version | Version5.2.2 |
| Type | Typepom |
| Description |
DescriptionKotest
Kotlin Test Framework
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.kotest/kotest-assertions-api-js/ -->
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-assertions-api-js</artifactId>
<version>5.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kotest/kotest-assertions-api-js/
implementation 'io.kotest:kotest-assertions-api-js:5.2.2'
// https://jarcasting.com/artifacts/io.kotest/kotest-assertions-api-js/
implementation ("io.kotest:kotest-assertions-api-js:5.2.2")
'io.kotest:kotest-assertions-api-js:pom:5.2.2'
<dependency org="io.kotest" name="kotest-assertions-api-js" rev="5.2.2">
<artifact name="kotest-assertions-api-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-assertions-api-js', version='5.2.2')
)
libraryDependencies += "io.kotest" % "kotest-assertions-api-js" % "5.2.2"
[io.kotest/kotest-assertions-api-js "5.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.10 |