MVN

com.yinxiang : android-sdk

Maven & Gradle

Jul 17, 2019
9 stars

Android-Yinxiang SDK · Android library to access the Yinxiang API.

<dependency>
    <groupId>com.yinxiang</groupId>
    <artifactId>android-sdk</artifactId>
    <version>2.0.0-RC4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yinxiang : android-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-RC4
  • Latest Release Candidate: 2.0.0-RC4

All Versions

Choose a version of com.yinxiang : android-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
android-sdk-2.0.0-RC4

How to add a dependency to Maven

Add the following com.yinxiang : android-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yinxiang</groupId>
    <artifactId>android-sdk</artifactId>
    <version>2.0.0-RC4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yinxiang : android-sdk gradle dependency to your build.gradle file:

implementation 'com.yinxiang:android-sdk:2.0.0-RC4'

Gradle Kotlin DSL: Add the following com.yinxiang : android-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yinxiang:android-sdk:2.0.0-RC4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yinxiang : android-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yinxiang" % "android-sdk" % "2.0.0-RC4"