MVN

com.github.wangjiegulu : rapidooo-api

Maven & Gradle

Jun 28, 2019
1 usages
12 stars

rapidooo-api · Android POJO Converter:Generate scalable and bindable domain objects java class file automatically in compile time.

<dependency>
    <groupId>com.github.wangjiegulu</groupId>
    <artifactId>rapidooo-api</artifactId>
    <version>1.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.wangjiegulu : rapidooo-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5

All Versions

Choose a version of com.github.wangjiegulu : rapidooo-api to add to Maven or Gradle - All Versions:

  • Version Updated
  • rapidooo-api-1.1.5

    Jun 28, 2019
  • rapidooo-api-1.1.4

    Jun 27, 2019
  • rapidooo-api-1.1.3

    Jun 26, 2019
  • rapidooo-api-1.1.2

    Jun 25, 2019
  • rapidooo-api-1.1.1

    Jun 24, 2019
  • rapidooo-api-1.1.0

    Jun 22, 2019
  • rapidooo-api-1.0.0

    Jun 17, 2019
  • rapidooo-api-0.0.4

    Apr 19, 2018
  • rapidooo-api-0.0.3

    Apr 18, 2018
  • rapidooo-api-0.0.2

    Apr 16, 2018
  • rapidooo-api-0.0.1

    Apr 16, 2018

How to add a dependency to Maven

Add the following com.github.wangjiegulu : rapidooo-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.wangjiegulu</groupId>
    <artifactId>rapidooo-api</artifactId>
    <version>1.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.wangjiegulu : rapidooo-api gradle dependency to your build.gradle file:

implementation 'com.github.wangjiegulu:rapidooo-api:1.1.5'

Gradle Kotlin DSL: Add the following com.github.wangjiegulu : rapidooo-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.wangjiegulu:rapidooo-api:1.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.wangjiegulu : rapidooo-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.wangjiegulu" % "rapidooo-api" % "1.1.5"