Download sdk-api-0.9.1.jar file - Jar s

Jar examples for s:sdk-api

Description

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.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add sdk-api-0.9.1.jar to your project.

<dependency>
   <groupId>com.belladati</groupId>
   <artifactId>sdk-api</artifactId>
   <version>0.9.1</version>
</dependency>
compile group: 'com.belladati', name: 'sdk-api', version: '0.9.1'
libraryDependencies += "com.belladati" % "sdk-api" % "0.9.1"
<dependency org="com.belladati" name="sdk-api" rev="0.9.1"/>
@Grapes(@Grab(group='com.belladati', module='sdk-api', version='0.9.1'))
'com.belladati:sdk-api:jar:0.9.1'

Download

Click the following link to download the jar file.

sdk-api-0.9.1-javadoc.jar
sdk-api-0.9.1-sources.jar
sdk-api-0.9.1.jar
sdk-api-0.9.1.pom



Related Tutorials