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