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