License |
License |
---|---|
GroupId | GroupIdcom.rogiel.httpchannel |
ArtifactId | ArtifactIdhttpchannel-util |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionHttpChannel/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.
|
Filename | Size |
---|---|
httpchannel-util-1.0.0.pom | |
httpchannel-util-1.0.0.jar | 44 KB |
httpchannel-util-1.0.0-sources.jar | 39 KB |
httpchannel-util-1.0.0-javadoc.jar | 237 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.slf4j : slf4j-jdk14 | jar | 1.6.4 |