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