Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 622 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 622 Bytes

This fork is an extract of the client lib classes, without sample. The goal is to use it as a lib with Maven.

In order to build : mvn clean install

Please let me know if you are interested, for the moment it's a little rework I refactor for my needs.

To set as dependency in a POM :

<dependencies>
	<dependency>
		<artifactId>java-cloudfiles</artifactId>
		<groupId>com.rackspacecloud</groupId>
		<version>1.0-SNAPSHOT</version>
	</dependency>
</dependencies>

<repositories>
	<repository>
		<id>Mlorber personal repo</id>
		<url>http://www.mlorber.net/maven_repo</url>
	</repository>
</repositories>