HttpChannel/Service/Utilities

Module providing several utilities to service implementations. Though this module is not required to implement services, it contains several shortcuts that can help implementing services.

License

License

GroupId

GroupId

com.rogiel.httpchannel
ArtifactId

ArtifactId

httpchannel-util
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

HttpChannel/Service/Utilities
Module providing several utilities to service implementations. Though this module is not required to implement services, it contains several shortcuts that can help implementing services.

Download httpchannel-util

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
com.rogiel.httpchannel : httpchannel-api jar 1.0.0
org.apache.httpcomponents : httpclient jar 4.1.2
org.apache.httpcomponents : httpmime jar 4.1.2
org.apache.commons : commons-io jar 1.3.2
org.slf4j : jcl-over-slf4j jar 1.6.2
org.htmlparser : htmlparser jar 2.1
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

There are no modules declared in this project.

Versions

Version
1.0.0