License |
License |
---|---|
Categories |
CategoriesKotlin Languages React User Interface Web Frameworks |
GroupId | GroupIdio.github.mysticfall |
ArtifactId | ArtifactIdkotlin-react-test |
Version | Version1.2.0 |
Type | Typepom |
Description |
DescriptionKotlin API for React Test Renderer
Kotlin wrapper for React Test Renderer, which can be used to unit test React components in a Kotlin/JS project.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-react-test-1.2.0.pom | |
kotlin-react-test-1.2.0-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mysticfall/kotlin-react-test/ -->
<dependency>
<groupId>io.github.mysticfall</groupId>
<artifactId>kotlin-react-test</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.mysticfall/kotlin-react-test/
implementation 'io.github.mysticfall:kotlin-react-test:1.2.0'
// https://jarcasting.com/artifacts/io.github.mysticfall/kotlin-react-test/
implementation ("io.github.mysticfall:kotlin-react-test:1.2.0")
'io.github.mysticfall:kotlin-react-test:pom:1.2.0'
<dependency org="io.github.mysticfall" name="kotlin-react-test" rev="1.2.0">
<artifact name="kotlin-react-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.mysticfall', module='kotlin-react-test', version='1.2.0')
)
libraryDependencies += "io.github.mysticfall" % "kotlin-react-test" % "1.2.0"
[io.github.mysticfall/kotlin-react-test "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.10 |
org.jetbrains.kotlin-wrappers : kotlin-react | jar | 17.0.2-pre.281-kotlin-1.6.10 |
org.jetbrains.kotlin-wrappers : kotlin-react-dom | jar | 17.0.2-pre.281-kotlin-1.6.10 |