MVN

hu.ponte.respresso : client-android

Maven & Gradle

Sep 07, 2019
12 stars

Respresso Android Client · Sync client for Android projects

<dependency>
    <groupId>hu.ponte.respresso</groupId>
    <artifactId>client-android</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of hu.ponte.respresso : client-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of hu.ponte.respresso : client-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
client-android-1.0.0
0.0.x
client-android-0.0.9
client-android-0.0.2
client-android-0.0.1

How to add a dependency to Maven

Add the following hu.ponte.respresso : client-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>hu.ponte.respresso</groupId>
    <artifactId>client-android</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following hu.ponte.respresso : client-android gradle dependency to your build.gradle file:

implementation 'hu.ponte.respresso:client-android:1.0.0'

Gradle Kotlin DSL: Add the following hu.ponte.respresso : client-android gradle kotlin dependency to your build.gradle.kts file:

implementation("hu.ponte.respresso:client-android:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following hu.ponte.respresso : client-android sbt scala dependency to your build.sbt file:

libraryDependencies += "hu.ponte.respresso" % "client-android" % "1.0.0"