MVN

com.doodeec.utils : serverCommunicator

Maven & Gradle

Nov 10, 2015
2 stars

server-communicator · Server Communicator is an Android library based on AsyncTask, which provides basic REST API server communication. Allowed response objects are JSONObject, JSONArray (ServerRequest) and Bitmap (ImageServerRequest).

<dependency>
    <groupId>com.doodeec.utils</groupId>
    <artifactId>serverCommunicator</artifactId>
    <version>1.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.doodeec.utils : serverCommunicator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.6

All Versions

Choose a version of com.doodeec.utils : serverCommunicator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
serverCommunicator-1.3.6
serverCommunicator-1.3.5
serverCommunicator-1.3.4
serverCommunicator-1.3.3
serverCommunicator-1.3.2
serverCommunicator-1.3.1
serverCommunicator-1.3.0
1.2.x
serverCommunicator-1.2.2
serverCommunicator-1.2.1
serverCommunicator-1.2.0

How to add a dependency to Maven

Add the following com.doodeec.utils : serverCommunicator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.doodeec.utils</groupId>
    <artifactId>serverCommunicator</artifactId>
    <version>1.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.doodeec.utils : serverCommunicator gradle dependency to your build.gradle file:

implementation 'com.doodeec.utils:serverCommunicator:1.3.6'

Gradle Kotlin DSL: Add the following com.doodeec.utils : serverCommunicator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.doodeec.utils:serverCommunicator:1.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.doodeec.utils : serverCommunicator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.doodeec.utils" % "serverCommunicator" % "1.3.6"

Advertisement