License |
License |
---|---|
Categories |
CategoriesKotlin Languages React User Interface Web Frameworks |
GroupId | GroupIdcom.github.charleslzq |
ArtifactId | ArtifactIdkotlin-react |
Last Version | Last Version1.2.1-RC2 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionkotlin-react
Some simple class to help writing react-like native android code
|
Project URL |
Project URL |
Filename | Size |
---|---|
kotlin-react-1.2.1-RC2.pom | |
kotlin-react-1.2.1-RC2.aar | 66 KB |
kotlin-react-1.2.1-RC2-sources.jar | 969 bytes |
kotlin-react-1.2.1-RC2-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.charleslzq/kotlin-react/ -->
<dependency>
<groupId>com.github.charleslzq</groupId>
<artifactId>kotlin-react</artifactId>
<version>1.2.1-RC2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.charleslzq/kotlin-react/
implementation 'com.github.charleslzq:kotlin-react:1.2.1-RC2'
// https://jarcasting.com/artifacts/com.github.charleslzq/kotlin-react/
implementation ("com.github.charleslzq:kotlin-react:1.2.1-RC2")
'com.github.charleslzq:kotlin-react:aar:1.2.1-RC2'
<dependency org="com.github.charleslzq" name="kotlin-react" rev="1.2.1-RC2">
<artifact name="kotlin-react" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.charleslzq', module='kotlin-react', version='1.2.1-RC2')
)
libraryDependencies += "com.github.charleslzq" % "kotlin-react" % "1.2.1-RC2"
[com.github.charleslzq/kotlin-react "1.2.1-RC2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jre7 | jar | 1.2.20 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.2.20 |
io.reactivex.rxjava2 : rxandroid | jar | 2.0.1 |
io.reactivex.rxjava2 : rxjava | jar | 2.1.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |