Jar examples for s:sdk-android
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 0.9.7 in this page.
The Apache Software License, Version 2.0
You can use the following script to add sdk-android-0.9.7.jar to your project.
<dependency> <groupId>com.belladati</groupId> <artifactId>sdk-android</artifactId> <version>0.9.7</version> </dependency>
compile group: 'com.belladati', name: 'sdk-android', version: '0.9.7'
libraryDependencies += "com.belladati" % "sdk-android" % "0.9.7"
<dependency org="com.belladati" name="sdk-android" rev="0.9.7"/>
@Grapes(@Grab(group='com.belladati', module='sdk-android', version='0.9.7'))
'com.belladati:sdk-android:jar:0.9.7'
Click the following link to download the jar file.
sdk-android-0.9.7-javadoc.jar