Download client-api-0.1.5.jar file - Jar c

Jar examples for c:client-api

Description

classes that are needed for the android client

You can download jar file client-api 0.1.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add client-api-0.1.5.jar to your project.

<dependency>
   <groupId>com.github.antennaesdk.common</groupId>
   <artifactId>client-api</artifactId>
   <version>0.1.5</version>
</dependency>
compile group: 'com.github.antennaesdk.common', name: 'client-api', version: '0.1.5'
libraryDependencies += "com.github.antennaesdk.common" % "client-api" % "0.1.5"
<dependency org="com.github.antennaesdk.common" name="client-api" rev="0.1.5"/>
@Grapes(@Grab(group='com.github.antennaesdk.common', module='client-api', version='0.1.5'))
'com.github.antennaesdk.common:client-api:jar:0.1.5'

Download

Click the following link to download the jar file.

client-api-0.1.5-javadoc.jar
client-api-0.1.5-sources.jar
client-api-0.1.5.jar
client-api-0.1.5.pom



Related Tutorials