MVN

io.github.dingyishen-amazon : amazon-chime-sdk

Maven & Gradle

Feb 03, 2022
100 stars

Amazon Chime SDK · Amazon Chime Android SDK

<dependency>
    <groupId>io.github.dingyishen-amazon</groupId>
    <artifactId>amazon-chime-sdk</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dingyishen-amazon : amazon-chime-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10

All Versions

Choose a version of io.github.dingyishen-amazon : amazon-chime-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
amazon-chime-sdk-1.10
1.7
amazon-chime-sdk-1.7
1.5
amazon-chime-sdk-1.5
1.4
amazon-chime-sdk-1.4
1.3
amazon-chime-sdk-1.3
1.2
amazon-chime-sdk-1.2
1.1
amazon-chime-sdk-1.1
0.14.x
amazon-chime-sdk-0.14.1

How to add a dependency to Maven

Add the following io.github.dingyishen-amazon : amazon-chime-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.dingyishen-amazon</groupId>
    <artifactId>amazon-chime-sdk</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.dingyishen-amazon : amazon-chime-sdk gradle dependency to your build.gradle file:

implementation 'io.github.dingyishen-amazon:amazon-chime-sdk:1.10'

Gradle Kotlin DSL: Add the following io.github.dingyishen-amazon : amazon-chime-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.dingyishen-amazon:amazon-chime-sdk:1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.dingyishen-amazon : amazon-chime-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.dingyishen-amazon" % "amazon-chime-sdk" % "1.10"