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