Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdio.joynr.java.core |
ArtifactId | ArtifactIdclustercontroller-websocket-runtime |
Version | Version0.32.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.joynr.java.core/clustercontroller-websocket-runtime/ -->
<dependency>
<groupId>io.joynr.java.core</groupId>
<artifactId>clustercontroller-websocket-runtime</artifactId>
<version>0.32.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.joynr.java.core/clustercontroller-websocket-runtime/
implementation 'io.joynr.java.core:clustercontroller-websocket-runtime:0.32.2'
// https://jarcasting.com/artifacts/io.joynr.java.core/clustercontroller-websocket-runtime/
implementation ("io.joynr.java.core:clustercontroller-websocket-runtime:0.32.2")
'io.joynr.java.core:clustercontroller-websocket-runtime:jar:0.32.2'
<dependency org="io.joynr.java.core" name="clustercontroller-websocket-runtime" rev="0.32.2">
<artifact name="clustercontroller-websocket-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.joynr.java.core', module='clustercontroller-websocket-runtime', version='0.32.2')
)
libraryDependencies += "io.joynr.java.core" % "clustercontroller-websocket-runtime" % "0.32.2"
[io.joynr.java.core/clustercontroller-websocket-runtime "0.32.2"]