| License |
License |
|---|---|
| Categories |
CategoriesJavaScript Languages |
| GroupId | GroupIdio.kotest |
| ArtifactId | ArtifactIdkotest-property-js |
| Version | Version5.0.3 |
| Type | Typepom |
| Description |
DescriptionKotest
Kotlin Test Framework
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kotest-property-js-5.0.3.pom | |
| kotest-property-js-5.0.3.module | 2 KB |
| kotest-property-js-5.0.3-sources.jar | 73 KB |
| kotest-property-js-5.0.3-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.kotest/kotest-property-js/ -->
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-property-js</artifactId>
<version>5.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kotest/kotest-property-js/
implementation 'io.kotest:kotest-property-js:5.0.3'
// https://jarcasting.com/artifacts/io.kotest/kotest-property-js/
implementation ("io.kotest:kotest-property-js:5.0.3")
'io.kotest:kotest-property-js:pom:5.0.3'
<dependency org="io.kotest" name="kotest-property-js" rev="5.0.3">
<artifact name="kotest-property-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-property-js', version='5.0.3')
)
libraryDependencies += "io.kotest" % "kotest-property-js" % "5.0.3"
[io.kotest/kotest-property-js "5.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.0 |
| io.kotest : kotest-common-js | jar | 5.0.3 |
| io.kotest : kotest-assertions-shared-js | jar | 5.0.3 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.0 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core-js | jar | 1.5.2 |