Download firerest-client-1.2.1.jar file - Jar f

Jar examples for f:firerest-client

Description

Java client for FireREST web services

You can download jar file firerest-client 1.2.1 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add firerest-client-1.2.1.jar to your project.

<dependency>
   <groupId>org.firepick</groupId>
   <artifactId>firerest-client</artifactId>
   <version>1.2.1</version>
</dependency>
compile group: 'org.firepick', name: 'firerest-client', version: '1.2.1'
libraryDependencies += "org.firepick" % "firerest-client" % "1.2.1"
<dependency org="org.firepick" name="firerest-client" rev="1.2.1"/>
@Grapes(@Grab(group='org.firepick', module='firerest-client', version='1.2.1'))
'org.firepick:firerest-client:jar:1.2.1'

Download

Click the following link to download the jar file.

firerest-client-1.2.1-javadoc.jar
firerest-client-1.2.1-sources.jar
firerest-client-1.2.1.jar
firerest-client-1.2.1.pom



Related Tutorials