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