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