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