GroupId | GroupIdorg.reaktivity |
---|---|
ArtifactId | ArtifactIdnukleus-ws |
Version | Version0.64 |
Type | Typejar |
Filename | Size |
---|---|
nukleus-ws-0.64.pom | |
nukleus-ws-0.64.jar | 216 KB |
nukleus-ws-0.64-tests.jar | 47 KB |
nukleus-ws-0.64-sources.jar | 84 KB |
nukleus-ws-0.64-javadoc.jar | 1006 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.reaktivity/nukleus-ws/ -->
<dependency>
<groupId>org.reaktivity</groupId>
<artifactId>nukleus-ws</artifactId>
<version>0.64</version>
</dependency>
// https://jarcasting.com/artifacts/org.reaktivity/nukleus-ws/
implementation 'org.reaktivity:nukleus-ws:0.64'
// https://jarcasting.com/artifacts/org.reaktivity/nukleus-ws/
implementation ("org.reaktivity:nukleus-ws:0.64")
'org.reaktivity:nukleus-ws:jar:0.64'
<dependency org="org.reaktivity" name="nukleus-ws" rev="0.64">
<artifact name="nukleus-ws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reaktivity', module='nukleus-ws', version='0.64')
)
libraryDependencies += "org.reaktivity" % "nukleus-ws" % "0.64"
[org.reaktivity/nukleus-ws "0.64"]