is not current version
Last Version 0.83

org.reaktivity:nukleus-ws 0.12

WebSocket Nukleus Implementation

GroupId

GroupId

org.reaktivity
ArtifactId

ArtifactId

nukleus-ws
Version

Version

0.12
Type

Type

jar

Download nukleus-ws 0.12


<!-- https://jarcasting.com/artifacts/org.reaktivity/nukleus-ws/ -->
<dependency>
    <groupId>org.reaktivity</groupId>
    <artifactId>nukleus-ws</artifactId>
    <version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.reaktivity/nukleus-ws/
implementation 'org.reaktivity:nukleus-ws:0.12'
// https://jarcasting.com/artifacts/org.reaktivity/nukleus-ws/
implementation ("org.reaktivity:nukleus-ws:0.12")
'org.reaktivity:nukleus-ws:jar:0.12'
<dependency org="org.reaktivity" name="nukleus-ws" rev="0.12">
  <artifact name="nukleus-ws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reaktivity', module='nukleus-ws', version='0.12')
)
libraryDependencies += "org.reaktivity" % "nukleus-ws" % "0.12"
[org.reaktivity/nukleus-ws "0.12"]