Categories |
CategoriesNet CLI User Interface Netty Networking |
---|---|
GroupId | GroupIdcom.mastfrog |
ArtifactId | ArtifactIdnetty-http-client-modules |
Version | Version2.5.0 |
Type | Typepom |
Filename | Size |
---|---|
netty-http-client-modules-2.5.0.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.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-client-modules/
implementation 'com.mastfrog:netty-http-client-modules:2.5.0'
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-client-modules/
implementation ("com.mastfrog:netty-http-client-modules:2.5.0")
'com.mastfrog:netty-http-client-modules:pom:2.5.0'
<dependency org="com.mastfrog" name="netty-http-client-modules" rev="2.5.0">
<artifact name="netty-http-client-modules" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='netty-http-client-modules', version='2.5.0')
)
libraryDependencies += "com.mastfrog" % "netty-http-client-modules" % "2.5.0"
[com.mastfrog/netty-http-client-modules "2.5.0"]