ibmfilesync
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.ibm.mobile.services</groupId>
<artifactId>ibmfilesync</artifactId>
<version>1.0.1.20150311-1224</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ibm.mobile.services</groupId>
<artifactId>ibmfilesync</artifactId>
<version>1.0.1.20150311-1224</version>
<packaging>jar</packaging>
<name>IBMFileSync SDK</name>
<description>The Mobile Cloud Services SDK for Android integrates with the IBM Bluemix Mobile Cloud Services. The SDK has a modular design, so you can add add services that are required by your application as needed.</description>
<url>https://hub.jazz.net/project/bluemixmobilesdk/ibmfilesync-android/overview</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>IBM Bluemix Mobile Cloud SDK</name>
<email>mobilsdk@us.ibm.com</email>
<organization>IBM</organization>
<organizationUrl>http://www.ibm.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@hub.jazz.net/project/bluemixmobilesdk/ibmfilesync-android</connection>
<developerConnection>scm:git:git@hub.jazz.net/project/bluemixmobilesdk/ibmfilesync-android</developerConnection>
<url>https://hub.jazz.net/git/bluemixmobilesdk/ibmfilesync-android</url>
</scm>
<dependencies>
<dependency>
<groupId>com.ibm.mobile.services</groupId>
<artifactId>ibmbluemix</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</project>