| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.charleslzq | 
    
| ArtifactId | ArtifactIdlibrary | 
    
| Last Version | Last Version1.0.1 | 
        
| 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 | 
|---|---|
| library-1.0.1.pom | |
| library-1.0.1.aar | 29 KB | 
| library-1.0.1-sources.jar | 4 KB | 
| Browse | 
<!-- 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"]
                | 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 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |