Download sdk-api-0.9.4.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.4 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.4.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials