Fork of the Rackspace Cloudfiles project heavely refactored with support for Keystone and legacy authentication.
<dependency>
<groupId>ch.iterate.openstack</groupId>
<artifactId>swift</artifactId>
<version>2.3</version>
</dependency>
<repositories>
<repository>
<id>snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>