Download java-api-0.0.6.jar file - Jar j

Jar examples for j:java-api

Description

A java wrapper around the izi.TRAVEL API using Retrofit. Remote services are grouped into local service objects which can be centrally managed by a IZITravel instance. It will act as a factory for all of the services and will automatically initialize them with your credentials and API key.

You can download jar file java-api 0.0.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add java-api-0.0.6.jar to your project.

<dependency>
   <groupId>io.elastic</groupId>
   <artifactId>java-api</artifactId>
   <version>0.0.6</version>
</dependency>
compile group: 'io.elastic', name: 'java-api', version: '0.0.6'
libraryDependencies += "io.elastic" % "java-api" % "0.0.6"
<dependency org="io.elastic" name="java-api" rev="0.0.6"/>
@Grapes(@Grab(group='io.elastic', module='java-api', version='0.0.6'))
'io.elastic:java-api:jar:0.0.6'

Download

Click the following link to download the jar file.

java-api-0.0.6-javadoc.jar
java-api-0.0.6-sources.jar
java-api-0.0.6.jar
java-api-0.0.6.pom



Related Tutorials