Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdorg.httpobjects.netty |
ArtifactId | ArtifactIdhttpobjects-netty-3 |
Version | Version0.12.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.httpobjects.netty/httpobjects-netty-3/ -->
<dependency>
<groupId>org.httpobjects.netty</groupId>
<artifactId>httpobjects-netty-3</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.httpobjects.netty/httpobjects-netty-3/
implementation 'org.httpobjects.netty:httpobjects-netty-3:0.12.0'
// https://jarcasting.com/artifacts/org.httpobjects.netty/httpobjects-netty-3/
implementation ("org.httpobjects.netty:httpobjects-netty-3:0.12.0")
'org.httpobjects.netty:httpobjects-netty-3:jar:0.12.0'
<dependency org="org.httpobjects.netty" name="httpobjects-netty-3" rev="0.12.0">
<artifact name="httpobjects-netty-3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.httpobjects.netty', module='httpobjects-netty-3', version='0.12.0')
)
libraryDependencies += "org.httpobjects.netty" % "httpobjects-netty-3" % "0.12.0"
[org.httpobjects.netty/httpobjects-netty-3 "0.12.0"]