MVN

co.thepeer : thepeer-android

Maven & Gradle

May 25, 2023
9 stars

thepeer-android · Thepeer official Android SDK

<dependency>
    <groupId>co.thepeer</groupId>
    <artifactId>thepeer-android</artifactId>
    <version>1.0.0-beta3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0-beta3
  • Latest Beta: 1.0.0-beta3
  • Latest Alpha: 1.0.0-alpha05

All Versions

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

Version Vulnerabilities Updated
1.0.x
thepeer-android-1.0.0-beta3
thepeer-android-1.0.0-beta02
thepeer-android-1.0.0-beta01
thepeer-android-1.0.0-alpha05
thepeer-android-1.0.0-alpha03
0.0.x
thepeer-android-0.0.Alpha001

How to add a dependency to Maven

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

<dependency>
    <groupId>co.thepeer</groupId>
    <artifactId>thepeer-android</artifactId>
    <version>1.0.0-beta3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'co.thepeer:thepeer-android:1.0.0-beta3'

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

implementation("co.thepeer:thepeer-android:1.0.0-beta3")

How to add a dependency to SBT Scala

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

libraryDependencies += "co.thepeer" % "thepeer-android" % "1.0.0-beta3"

Advertisement