Categories |
CategoriesKotlin Languages React User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.charleslzq |
ArtifactId | ArtifactIdkotlin-react |
Version | Version1.2.0-RC3 |
Type | Typeaar |
Filename | Size |
---|---|
kotlin-react-1.2.0-RC3.pom | |
kotlin-react-1.2.0-RC3.aar | 74 KB |
kotlin-react-1.2.0-RC3-sources.jar | 969 bytes |
kotlin-react-1.2.0-RC3-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.0-RC3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.charleslzq/kotlin-react/
implementation 'com.github.charleslzq:kotlin-react:1.2.0-RC3'
// https://jarcasting.com/artifacts/com.github.charleslzq/kotlin-react/
implementation ("com.github.charleslzq:kotlin-react:1.2.0-RC3")
'com.github.charleslzq:kotlin-react:aar:1.2.0-RC3'
<dependency org="com.github.charleslzq" name="kotlin-react" rev="1.2.0-RC3">
<artifact name="kotlin-react" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.charleslzq', module='kotlin-react', version='1.2.0-RC3')
)
libraryDependencies += "com.github.charleslzq" % "kotlin-react" % "1.2.0-RC3"
[com.github.charleslzq/kotlin-react "1.2.0-RC3"]