ap_netty
Asynchronous HTTP client utilities and WebSocket client utilities based on Netty
| License |
License |
|---|---|
| Categories |
CategoriesNet Netty Networking |
| GroupId | GroupIdcom.aggrepoint.framework |
| ArtifactId | ArtifactIdap_netty |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNetty Utils
Netty Utilities
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ap_netty-1.0.1.pom | |
| ap_netty-1.0.1.jar | 42 KB |
| ap_netty-1.0.1-sources.jar | 22 KB |
| ap_netty-1.0.1-javadoc.jar | 111 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aggrepoint.framework/ap_netty/ -->
<dependency>
<groupId>com.aggrepoint.framework</groupId>
<artifactId>ap_netty</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aggrepoint.framework/ap_netty/
implementation 'com.aggrepoint.framework:ap_netty:1.0.1'
// https://jarcasting.com/artifacts/com.aggrepoint.framework/ap_netty/
implementation ("com.aggrepoint.framework:ap_netty:1.0.1")
'com.aggrepoint.framework:ap_netty:jar:1.0.1'
<dependency org="com.aggrepoint.framework" name="ap_netty" rev="1.0.1">
<artifact name="ap_netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aggrepoint.framework', module='ap_netty', version='1.0.1')
)
libraryDependencies += "com.aggrepoint.framework" % "ap_netty" % "1.0.1"
[com.aggrepoint.framework/ap_netty "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.asynchttpclient : async-http-client | jar | 2.5.4 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| com.aggrepoint.framework : aputils | jar | 1.0.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
Asynchronous HTTP client utilities and WebSocket client utilities based on Netty