c

cmlweb

Chameleon android SDK uses some most common native rendering engines as it's fundamental lib, and extended some general engineering capabilities. The currently supported rendering engines are weex and react native, and you can only choose one of them as the rendering engine for every single project.
https://github.com/chameleon-team/chameleon-sdk-android.git
The Apache License, Version 2.0
sxychenjing KSKjust
Files download
File Operation
cmlweb-0.0.13.9.pom download
cmlweb-0.0.13.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.didiglobal.chameleon</groupId>
  <artifactId>cmlweb</artifactId>
  <version>0.0.13.9</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.didiglobal.chameleon:cmlweb:0.0.13.9'
Gradle Kotlin
implementation("com.didiglobal.chameleon:cmlweb:0.0.13.9")
Scala SBT
libraryDependencies += "com.didiglobal.chameleon" % "cmlweb" % "0.0.13.9"
Groovy Grape
@Grapes(
  @Grab(group='com.didiglobal.chameleon', module='cmlweb', version='0.0.13.9')
)
Apache Ivy
<dependency org="com.didiglobal.chameleon" name="cmlweb" rev="0.0.13.9" />
Leiningen
[com.didiglobal.chameleon/cmlweb "0.0.13.9"]
Apache Buildr
'com.didiglobal.chameleon:cmlweb:jar:0.0.13.9'