Maven Central Repository

ls-android-client

Used in 0 components

Overview

Lightstreamer Android Client SDK

Snippets

<dependency>
    <groupId>com.lightstreamer</groupId>
    <artifactId>ls-android-client</artifactId>
    <version>5.0.0-beta.2</version>
</dependency>

Maven POM File

<project xmlns="http://maven.apache.org/POM/4.0.0" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

  <modelVersion>4.0.0</modelVersion>
  <groupId>com.lightstreamer</groupId>
  <artifactId>ls-android-client</artifactId>
  <packaging>pom</packaging>
  <version>5.0.0-beta.2</version>
  <name>Lightstreamer Android Client SDK</name>
  <description>Lightstreamer Android Client SDK</description>
  <url>https://github.com/Lightstreamer/Lightstreamer-lib-client-haxe</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>support</name>
      <email>support@lightstreamer.com</email>
      <organization>Lightstreamer</organization>
      <organizationUrl>https://www.lightstreamer.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>
      scm:git:https://github.com/Lightstreamer/Lightstreamer-lib-client-haxe.git
    </connection>
    <developerConnection>
      scm:git:https://github.com/Lightstreamer/Lightstreamer-lib-client-haxe.git
    </developerConnection>
    <url>
      https://github.com/Lightstreamer/Lightstreamer-lib-client-haxe
    </url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>4.9.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp-urlconnection</artifactId>
      <version>4.9.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.14.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.14.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.flipkart.zjsonpatch</groupId>
      <artifactId>zjsonpatch</artifactId>
      <version>0.4.14</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>