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