MVN

io.github.tutorialsandroid : messageview

Maven & Gradle

Sep 10, 2023
26 stars

messageview · MessageView helps you to create chat message view or a social media message view quickly like a typical chatting application or social post view Its a container view, so you can add any type of message or social post such as TextView or any customize TextView, ImageView, etc.

<dependency>
    <groupId>io.github.tutorialsandroid</groupId>
    <artifactId>messageview</artifactId>
    <version>6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.tutorialsandroid : messageview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.0

All Versions

Choose a version of io.github.tutorialsandroid : messageview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
messageview-6.0.0

How to add a dependency to Maven

Add the following io.github.tutorialsandroid : messageview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.tutorialsandroid</groupId>
    <artifactId>messageview</artifactId>
    <version>6.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.tutorialsandroid : messageview gradle dependency to your build.gradle file:

implementation 'io.github.tutorialsandroid:messageview:6.0.0'

Gradle Kotlin DSL: Add the following io.github.tutorialsandroid : messageview gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.tutorialsandroid:messageview:6.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.tutorialsandroid : messageview sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.tutorialsandroid" % "messageview" % "6.0.0"