Download sdk-android-13.11.jar file - Jar s

Jar examples for s:sdk-android

Description

The BellaDati SDK allows accessing a BellaDati server from 3rd-party applications using Java. This project contains the implementation for Android.

You can download jar file sdk-android 13.11 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add sdk-android-13.11.jar to your project.

<dependency>
   <groupId>ly.count</groupId>
   <artifactId>sdk-android</artifactId>
   <version>13.11</version>
</dependency>
compile group: 'ly.count', name: 'sdk-android', version: '13.11'
libraryDependencies += "ly.count" % "sdk-android" % "13.11"
<dependency org="ly.count" name="sdk-android" rev="13.11"/>
@Grapes(@Grab(group='ly.count', module='sdk-android', version='13.11'))
'ly.count:sdk-android:jar:13.11'

Download

Click the following link to download the jar file.

sdk-android-13.11-javadoc.jar
sdk-android-13.11-sources.jar
sdk-android-13.11.jar
sdk-android-13.11.pom



Related Tutorials