Categories |
CategoriesJetty Container Application Servers UML Business Logic Libraries Documents Processing CLI User Interface |
---|---|
GroupId | GroupIdorg.umlg |
ArtifactId | ArtifactIdruntime-jetty-websocket-client |
Version | Version1.2.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.umlg/runtime-jetty-websocket-client/ -->
<dependency>
<groupId>org.umlg</groupId>
<artifactId>runtime-jetty-websocket-client</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.umlg/runtime-jetty-websocket-client/
implementation 'org.umlg:runtime-jetty-websocket-client:1.2.5'
// https://jarcasting.com/artifacts/org.umlg/runtime-jetty-websocket-client/
implementation ("org.umlg:runtime-jetty-websocket-client:1.2.5")
'org.umlg:runtime-jetty-websocket-client:jar:1.2.5'
<dependency org="org.umlg" name="runtime-jetty-websocket-client" rev="1.2.5">
<artifact name="runtime-jetty-websocket-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.umlg', module='runtime-jetty-websocket-client', version='1.2.5')
)
libraryDependencies += "org.umlg" % "runtime-jetty-websocket-client" % "1.2.5"
[org.umlg/runtime-jetty-websocket-client "1.2.5"]