Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.manorrock.piranha |
ArtifactId | ArtifactIdpiranha-http-netty |
Version | Version4.0.14.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.manorrock.piranha/piranha-http-netty/ -->
<dependency>
<groupId>com.manorrock.piranha</groupId>
<artifactId>piranha-http-netty</artifactId>
<version>4.0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.manorrock.piranha/piranha-http-netty/
implementation 'com.manorrock.piranha:piranha-http-netty:4.0.14.0'
// https://jarcasting.com/artifacts/com.manorrock.piranha/piranha-http-netty/
implementation ("com.manorrock.piranha:piranha-http-netty:4.0.14.0")
'com.manorrock.piranha:piranha-http-netty:jar:4.0.14.0'
<dependency org="com.manorrock.piranha" name="piranha-http-netty" rev="4.0.14.0">
<artifact name="piranha-http-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.manorrock.piranha', module='piranha-http-netty', version='4.0.14.0')
)
libraryDependencies += "com.manorrock.piranha" % "piranha-http-netty" % "4.0.14.0"
[com.manorrock.piranha/piranha-http-netty "4.0.14.0"]