Jar examples for s:sdk-api
The BellaDati SDK allows accessing a BellaDati server from 3rd-party applications using Java. This project contains the SDK's interface definitions.
You can download jar file sdk-api 2.0.0-beta-03 in this page.
The Apache Software License, Version 2.0
You can use the following script to add sdk-api-2.0.0-beta-03.jar to your project.
<dependency> <groupId>com.manywho.sdk</groupId> <artifactId>sdk-api</artifactId> <version>2.0.0-beta-03</version> </dependency>
compile group: 'com.manywho.sdk', name: 'sdk-api', version: '2.0.0-beta-03'
libraryDependencies += "com.manywho.sdk" % "sdk-api" % "2.0.0-beta-03"
<dependency org="com.manywho.sdk" name="sdk-api" rev="2.0.0-beta-03"/>
@Grapes(@Grab(group='com.manywho.sdk', module='sdk-api', version='2.0.0-beta-03'))
'com.manywho.sdk:sdk-api:jar:2.0.0-beta-03'
Click the following link to download the jar file.
sdk-api-2.0.0-beta-03-javadoc.jar