Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdws.unfiltered |
ArtifactId | ArtifactIdunfiltered-netty-server_3 |
Version | Version0.10.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ws.unfiltered/unfiltered-netty-server_3/ -->
<dependency>
<groupId>ws.unfiltered</groupId>
<artifactId>unfiltered-netty-server_3</artifactId>
<version>0.10.4</version>
</dependency>
// https://jarcasting.com/artifacts/ws.unfiltered/unfiltered-netty-server_3/
implementation 'ws.unfiltered:unfiltered-netty-server_3:0.10.4'
// https://jarcasting.com/artifacts/ws.unfiltered/unfiltered-netty-server_3/
implementation ("ws.unfiltered:unfiltered-netty-server_3:0.10.4")
'ws.unfiltered:unfiltered-netty-server_3:jar:0.10.4'
<dependency org="ws.unfiltered" name="unfiltered-netty-server_3" rev="0.10.4">
<artifact name="unfiltered-netty-server_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.unfiltered', module='unfiltered-netty-server_3', version='0.10.4')
)
libraryDependencies += "ws.unfiltered" % "unfiltered-netty-server_3" % "0.10.4"
[ws.unfiltered/unfiltered-netty-server_3 "0.10.4"]