Download jets3t-0.9.4.jar file - Jar j

Jar examples for j:jets3t

Description

JetS3t is a free, open-source Java toolkit and application suite for the Amazon Simple Storage Service (Amazon S3). The JetS3t toolkit provides Java programmers with a powerful yet simple API for interacting with S3 and managing data stored there.

You can download jar file jets3t 0.9.4 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add jets3t-0.9.4.jar to your project.

<dependency>
   <groupId>net.java.dev.jets3t</groupId>
   <artifactId>jets3t</artifactId>
   <version>0.9.4</version>
</dependency>
compile group: 'net.java.dev.jets3t', name: 'jets3t', version: '0.9.4'
libraryDependencies += "net.java.dev.jets3t" % "jets3t" % "0.9.4"
<dependency org="net.java.dev.jets3t" name="jets3t" rev="0.9.4"/>
@Grapes(@Grab(group='net.java.dev.jets3t', module='jets3t', version='0.9.4'))
'net.java.dev.jets3t:jets3t:jar:0.9.4'

Download

Click the following link to download the jar file.

jets3t-0.9.4-javadoc.jar
jets3t-0.9.4-sources.jar
jets3t-0.9.4.jar
jets3t-0.9.4.pom



Related Tutorials