License |
License |
---|---|
Categories |
CategoriesNet CLI User Interface Netty Networking |
GroupId | GroupIdcom.mastfrog |
ArtifactId | ArtifactIdnetty-http-client-modules |
Last Version | Last Version2.8.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionNetty Http Client (modules)
Shared configuration for Giulius, Acteur and
related projects
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMastfrog Technologies |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
netty-http-client-modules-2.8.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/netty-http-client-modules/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>netty-http-client-modules</artifactId>
<version>2.8.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-client-modules/
implementation 'com.mastfrog:netty-http-client-modules:2.8.3'
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-client-modules/
implementation ("com.mastfrog:netty-http-client-modules:2.8.3")
'com.mastfrog:netty-http-client-modules:pom:2.8.3'
<dependency org="com.mastfrog" name="netty-http-client-modules" rev="2.8.3">
<artifact name="netty-http-client-modules" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='netty-http-client-modules', version='2.8.3')
)
libraryDependencies += "com.mastfrog" % "netty-http-client-modules" % "2.8.3"
[com.mastfrog/netty-http-client-modules "2.8.3"]