kotlin-react

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

License

License

GroupId

GroupId

com.github.charleslzq
ArtifactId

ArtifactId

library
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

aar
Description

Description

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

Project URL

https://github.com/charleslzq/kotlin-react

Download library

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jre7 jar 1.2.0
org.jetbrains.kotlin : kotlin-reflect jar 1.2.0
io.reactivex.rxjava2 : rxandroid jar 2.0.1
io.reactivex.rxjava2 : rxjava jar 2.1.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1