License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.mastfrog |
ArtifactId | ArtifactIdnetty-websocket-pubsub |
Last Version | Last Version2.8.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNetty Websocket Pubsub
Shared configuration for Giulius, Acteur and
related projects
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMastfrog Technologies |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.mastfrog/netty-websocket-pubsub/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>netty-websocket-pubsub</artifactId>
<version>2.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/netty-websocket-pubsub/
implementation 'com.mastfrog:netty-websocket-pubsub:2.8.3'
// https://jarcasting.com/artifacts/com.mastfrog/netty-websocket-pubsub/
implementation ("com.mastfrog:netty-websocket-pubsub:2.8.3")
'com.mastfrog:netty-websocket-pubsub:jar:2.8.3'
<dependency org="com.mastfrog" name="netty-websocket-pubsub" rev="2.8.3">
<artifact name="netty-websocket-pubsub" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='netty-websocket-pubsub', version='2.8.3')
)
libraryDependencies += "com.mastfrog" % "netty-websocket-pubsub" % "2.8.3"
[com.mastfrog/netty-websocket-pubsub "2.8.3"]
Group / Artifact | Type | Version |
---|---|---|
com.mastfrog : giulius | jar | 2.8.3 |
com.mastfrog : marshaller-registry | jar | 2.8.3 |
io.netty : netty-codec-http | jar | 4.1.78.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |