MVN

co.amity.android : amity-log

Maven & Gradle

May 16, 2024

amity-log · "Amity Social Cloud SDK is a software development kit provided by Amity for developers to integrate Amity's social features into their applications. The SDK includes a variety of features such as chat, social feeds, and user management."

<dependency>
    <groupId>co.amity.android</groupId>
    <artifactId>amity-log</artifactId>
    <version>5.35.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.amity.android : amity-log to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.35.0

All Versions

Choose a version of co.amity.android : amity-log to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.35.x
amity-log-5.35.0

How to add a dependency to Maven

Add the following co.amity.android : amity-log maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.amity.android</groupId>
    <artifactId>amity-log</artifactId>
    <version>5.35.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.amity.android : amity-log gradle dependency to your build.gradle file:

implementation 'co.amity.android:amity-log:5.35.0'

Gradle Kotlin DSL: Add the following co.amity.android : amity-log gradle kotlin dependency to your build.gradle.kts file:

implementation("co.amity.android:amity-log:5.35.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.amity.android : amity-log sbt scala dependency to your build.sbt file:

libraryDependencies += "co.amity.android" % "amity-log" % "5.35.0"