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