is not current version
Last Version 0.0.13.9

com.didiglobal.chameleon:js-bundle-mgr 0.0.12.15

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.

Categories

Categories

JavaScript Languages
GroupId

GroupId

com.didiglobal.chameleon
ArtifactId

ArtifactId

js-bundle-mgr
Version

Version

0.0.12.15
Type

Type

pom

Download js-bundle-mgr 0.0.12.15


<!-- https://jarcasting.com/artifacts/com.didiglobal.chameleon/js-bundle-mgr/ -->
<dependency>
    <groupId>com.didiglobal.chameleon</groupId>
    <artifactId>js-bundle-mgr</artifactId>
    <version>0.0.12.15</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.didiglobal.chameleon/js-bundle-mgr/
implementation 'com.didiglobal.chameleon:js-bundle-mgr:0.0.12.15'
// https://jarcasting.com/artifacts/com.didiglobal.chameleon/js-bundle-mgr/
implementation ("com.didiglobal.chameleon:js-bundle-mgr:0.0.12.15")
'com.didiglobal.chameleon:js-bundle-mgr:pom:0.0.12.15'
<dependency org="com.didiglobal.chameleon" name="js-bundle-mgr" rev="0.0.12.15">
  <artifact name="js-bundle-mgr" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.didiglobal.chameleon', module='js-bundle-mgr', version='0.0.12.15')
)
libraryDependencies += "com.didiglobal.chameleon" % "js-bundle-mgr" % "0.0.12.15"
[com.didiglobal.chameleon/js-bundle-mgr "0.0.12.15"]