Skip to content

A fork of Rackspace project to make it a "true" library.

License

Notifications You must be signed in to change notification settings

MathieuLorber/java-cloudfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A fork of Rackspace project to make it a "true" library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%