Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcloud.piranha.http |
ArtifactId | ArtifactIdpiranha-http-netty |
Version | Version20.4.0 |
Type | Typejar |
Filename | Size |
---|---|
piranha-http-netty-20.4.0.pom | |
piranha-http-netty-20.4.0.jar | 7 KB |
piranha-http-netty-20.4.0-sources.jar | 11 KB |
piranha-http-netty-20.4.0-javadoc.jar | 386 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cloud.piranha.http/piranha-http-netty/ -->
<dependency>
<groupId>cloud.piranha.http</groupId>
<artifactId>piranha-http-netty</artifactId>
<version>20.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.piranha.http/piranha-http-netty/
implementation 'cloud.piranha.http:piranha-http-netty:20.4.0'
// https://jarcasting.com/artifacts/cloud.piranha.http/piranha-http-netty/
implementation ("cloud.piranha.http:piranha-http-netty:20.4.0")
'cloud.piranha.http:piranha-http-netty:jar:20.4.0'
<dependency org="cloud.piranha.http" name="piranha-http-netty" rev="20.4.0">
<artifact name="piranha-http-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.piranha.http', module='piranha-http-netty', version='20.4.0')
)
libraryDependencies += "cloud.piranha.http" % "piranha-http-netty" % "20.4.0"
[cloud.piranha.http/piranha-http-netty "20.4.0"]