MVN

com.didiglobal.dreambox : simple-wrapper

Maven & Gradle

Jan 19, 2021
1 usages
165 stars

DreamBox android SDK · a project that can implement dynamic layout and data bind on Android&IOS system. mobile device render ui, bind data, add event listener... according to downloaded [bundle] file.

<dependency>
    <groupId>com.didiglobal.dreambox</groupId>
    <artifactId>simple-wrapper</artifactId>
    <version>0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.didiglobal.dreambox : simple-wrapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.2

All Versions

Choose a version of com.didiglobal.dreambox : simple-wrapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
simple-wrapper-0.3.2
simple-wrapper-0.3.1
0.2.x
simple-wrapper-0.2.8

How to add a dependency to Maven

Add the following com.didiglobal.dreambox : simple-wrapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.didiglobal.dreambox</groupId>
    <artifactId>simple-wrapper</artifactId>
    <version>0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.didiglobal.dreambox : simple-wrapper gradle dependency to your build.gradle file:

implementation 'com.didiglobal.dreambox:simple-wrapper:0.3.2'

Gradle Kotlin DSL: Add the following com.didiglobal.dreambox : simple-wrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.didiglobal.dreambox:simple-wrapper:0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.didiglobal.dreambox : simple-wrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.didiglobal.dreambox" % "simple-wrapper" % "0.3.2"

Advertisement