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:
6
pom.xml
6
pom.xml
@@ -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>
|
||||
Reference in New Issue
Block a user