Download sdk-android-14.12.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 14.12 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials