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