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