License |
License |
---|---|
GroupId | GroupIdcom.rogiel.httpchannel |
ArtifactId | ArtifactIdhttpchannel |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionHttpChannel
Library capable of downloading and uploading files from free servers using channels.
|
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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.slf4j : slf4j-jdk14 | jar | 1.6.4 |