is not current version
Last Version 1.2.1-RC2

com.github.charleslzq:kotlin-react 1.1.0-RC2

Some simple class to help writing react-like native android code

Categories

Categories

Kotlin Languages React User Interface Web Frameworks
GroupId

GroupId

com.github.charleslzq
ArtifactId

ArtifactId

kotlin-react
Version

Version

1.1.0-RC2
Type

Type

aar

Download kotlin-react 1.1.0-RC2


<!-- https://jarcasting.com/artifacts/com.github.charleslzq/kotlin-react/ -->
<dependency>
    <groupId>com.github.charleslzq</groupId>
    <artifactId>kotlin-react</artifactId>
    <version>1.1.0-RC2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.charleslzq/kotlin-react/
implementation 'com.github.charleslzq:kotlin-react:1.1.0-RC2'
// https://jarcasting.com/artifacts/com.github.charleslzq/kotlin-react/
implementation ("com.github.charleslzq:kotlin-react:1.1.0-RC2")
'com.github.charleslzq:kotlin-react:aar:1.1.0-RC2'
<dependency org="com.github.charleslzq" name="kotlin-react" rev="1.1.0-RC2">
  <artifact name="kotlin-react" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.charleslzq', module='kotlin-react', version='1.1.0-RC2')
)
libraryDependencies += "com.github.charleslzq" % "kotlin-react" % "1.1.0-RC2"
[com.github.charleslzq/kotlin-react "1.1.0-RC2"]