Last Version

HttpChannel 1.0.0

Library capable of downloading and uploading files from free servers using channels.

License

License

GroupId

GroupId

com.rogiel.httpchannel
ArtifactId

ArtifactId

httpchannel
Version

Version

1.0.0
Type

Type

pom
Description

Description

HttpChannel
Library capable of downloading and uploading files from free servers using channels.

Download httpchannel 1.0.0

Filename Size
httpchannel-1.0.0.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.rogiel.httpchannel/httpchannel/ -->
<dependency>
    <groupId>com.rogiel.httpchannel</groupId>
    <artifactId>httpchannel</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.rogiel.httpchannel/httpchannel/
implementation 'com.rogiel.httpchannel:httpchannel:1.0.0'
// https://jarcasting.com/artifacts/com.rogiel.httpchannel/httpchannel/
implementation ("com.rogiel.httpchannel:httpchannel:1.0.0")
'com.rogiel.httpchannel:httpchannel:pom:1.0.0'
<dependency org="com.rogiel.httpchannel" name="httpchannel" rev="1.0.0">
  <artifact name="httpchannel" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.rogiel.httpchannel', module='httpchannel', version='1.0.0')
)
libraryDependencies += "com.rogiel.httpchannel" % "httpchannel" % "1.0.0"
[com.rogiel.httpchannel/httpchannel "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.4

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.slf4j : slf4j-jdk14 jar 1.6.4

Project Modules

  • httpchannel-api
  • httpchannel-service
  • httpchannel-captcha
  • httpchannel-channelcopy
  • httpchannel-util