Download sqs-2.1.0.jar file - Jar s

Jar examples for s:sqs

Description

jclouds components to access an implementation of Simple Queue Service

You can download jar file sqs 2.1.0 in this page.

License

Apache License

Build File

You can use the following script to add sqs-2.1.0.jar to your project.

<dependency>
   <groupId>org.apache.jclouds.api</groupId>
   <artifactId>sqs</artifactId>
   <version>2.1.0</version>
</dependency>
compile group: 'org.apache.jclouds.api', name: 'sqs', version: '2.1.0'
libraryDependencies += "org.apache.jclouds.api" % "sqs" % "2.1.0"
<dependency org="org.apache.jclouds.api" name="sqs" rev="2.1.0"/>
@Grapes(@Grab(group='org.apache.jclouds.api', module='sqs', version='2.1.0'))
'org.apache.jclouds.api:sqs:jar:2.1.0'

Download

Click the following link to download the jar file.

sqs-2.1.0-javadoc.jar
sqs-2.1.0-sources.jar
sqs-2.1.0-tests.jar
sqs-2.1.0.jar
sqs-2.1.0.pom



Related Tutorials