1
0
mirror of https://github.com/Rogiel/httpchannel synced 2025-12-06 07:32:50 +00:00

Implements several services and improves API

This commit is contained in:
2012-01-15 18:31:50 -02:00
parent f210afd16a
commit 23f80b50e6
117 changed files with 3741 additions and 1335 deletions

View File

@@ -7,13 +7,16 @@
<version>1.0.0</version>
<packaging>pom</packaging>
<name>Seedbox - HTTP Channel library</name>
<name>HttpChannel</name>
<description>Library capable of downloading and uploading files from free servers using channels.</description>
<modules>
<module>httpchannel-api</module>
<module>httpchannel-service</module>
<module>httpchannel-util</module>
<module>httpchannel-channelcopy</module>
<module>httpchannel-tests</module>
<module>httpchannel-capcha</module>
</modules>
<build>
@@ -87,4 +90,5 @@
<scope>test</scope>
</dependency>
</dependencies>
<url>http://httpchannel.rogiel.com/</url>
</project>