MVN

com.didiglobal.chameleon : weexbridge

Maven & Gradle

May 19, 2021
1 usages
30 stars

Chameleon android SDK · 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.

<dependency>
    <groupId>com.didiglobal.chameleon</groupId>
    <artifactId>weexbridge</artifactId>
    <version>0.0.13.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.didiglobal.chameleon : weexbridge to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.13.9

All Versions

Choose a version of com.didiglobal.chameleon : weexbridge to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
weexbridge-0.0.13.9
weexbridge-0.0.13.8
weexbridge-0.0.13.7.10
weexbridge-0.0.13.7.9
weexbridge-0.0.13.7.8
weexbridge-0.0.13.7.7
weexbridge-0.0.13.7.6
weexbridge-0.0.13.7.5
weexbridge-0.0.13.7.4
weexbridge-0.0.13.7.3
weexbridge-0.0.13.7.2
weexbridge-0.0.13.7
weexbridge-0.0.13.6
weexbridge-0.0.13.5
weexbridge-0.0.13.4
weexbridge-0.0.13.3
weexbridge-0.0.13.2
weexbridge-0.0.13.1
weexbridge-0.0.13.0
weexbridge-0.0.12.19
weexbridge-0.0.12.17
weexbridge-0.0.12.16.4
weexbridge-0.0.12.16.1
weexbridge-0.0.12.16
weexbridge-0.0.12.14
weexbridge-0.0.12.13.3
weexbridge-0.0.12.13
weexbridge-0.0.12.10
weexbridge-0.0.12.7
weexbridge-0.0.12.5
weexbridge-0.0.12.4
weexbridge-0.0.12.3
weexbridge-0.0.12

How to add a dependency to Maven

Add the following com.didiglobal.chameleon : weexbridge maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.didiglobal.chameleon</groupId>
    <artifactId>weexbridge</artifactId>
    <version>0.0.13.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.didiglobal.chameleon : weexbridge gradle dependency to your build.gradle file:

implementation 'com.didiglobal.chameleon:weexbridge:0.0.13.9'

Gradle Kotlin DSL: Add the following com.didiglobal.chameleon : weexbridge gradle kotlin dependency to your build.gradle.kts file:

implementation("com.didiglobal.chameleon:weexbridge:0.0.13.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.didiglobal.chameleon : weexbridge sbt scala dependency to your build.sbt file:

libraryDependencies += "com.didiglobal.chameleon" % "weexbridge" % "0.0.13.9"

Advertisement