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