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