Categories |
CategoriesKotlin Languages React User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.charleslzq |
ArtifactId | ArtifactIdkotlin-react |
Version | Version1.1.0-RC2 |
Type | Typeaar |
Filename | Size |
---|---|
kotlin-react-1.1.0-RC2.pom | |
kotlin-react-1.1.0-RC2.aar | 48 KB |
kotlin-react-1.1.0-RC2-sources.jar | 969 bytes |
kotlin-react-1.1.0-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.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"]