MVN

com.keysolutions : android-ddp-client

Maven & Gradle

Apr 11, 2016
141 stars

android-ddp-client · AndroidDDPClient is an Android library for native apps that talk to the Meteor.js framework

<dependency>
    <groupId>com.keysolutions</groupId>
    <artifactId>android-ddp-client</artifactId>
    <version>1.0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.keysolutions : android-ddp-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2.0

All Versions

Choose a version of com.keysolutions : android-ddp-client to add to Maven or Gradle - All Versions:

  • Version Updated
  • android-ddp-client-1.0.2.0

    Apr 11, 2016
  • android-ddp-client-1.0.1.0

    Feb 23, 2015
  • android-ddp-client-1.0.0.0

    Jan 05, 2015
  • android-ddp-client-0.5.7.6

    Feb 23, 2014
  • android-ddp-client-0.5.7.4

    Jan 17, 2014
  • android-ddp-client-0.5.7.3

    Sep 16, 2013
  • android-ddp-client-0.5.7.2

    Aug 01, 2013
  • android-ddp-client-0.5.7.1

    Aug 01, 2013

How to add a dependency to Maven

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

<dependency>
    <groupId>com.keysolutions</groupId>
    <artifactId>android-ddp-client</artifactId>
    <version>1.0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.keysolutions : android-ddp-client gradle dependency to your build.gradle file:

implementation 'com.keysolutions:android-ddp-client:1.0.2.0'

Gradle Kotlin DSL: Add the following com.keysolutions : android-ddp-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.keysolutions:android-ddp-client:1.0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.keysolutions : android-ddp-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.keysolutions" % "android-ddp-client" % "1.0.2.0"