License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers UML Business Logic Libraries Documents Processing CLI User Interface |
GroupId | GroupIdorg.umlg |
ArtifactId | ArtifactIdruntime-jetty-websocket-client |
Version | Version2.0.7 |
Type | Typejar |
Description |
DescriptionUmlg is a uml to java code generator. From uml class diagrams, java entities are generated. The
entities persist in graph databases.
|
<!-- https://jarcasting.com/artifacts/org.umlg/runtime-jetty-websocket-client/ -->
<dependency>
<groupId>org.umlg</groupId>
<artifactId>runtime-jetty-websocket-client</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.umlg/runtime-jetty-websocket-client/
implementation 'org.umlg:runtime-jetty-websocket-client:2.0.7'
// https://jarcasting.com/artifacts/org.umlg/runtime-jetty-websocket-client/
implementation ("org.umlg:runtime-jetty-websocket-client:2.0.7")
'org.umlg:runtime-jetty-websocket-client:jar:2.0.7'
<dependency org="org.umlg" name="runtime-jetty-websocket-client" rev="2.0.7">
<artifact name="runtime-jetty-websocket-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.umlg', module='runtime-jetty-websocket-client', version='2.0.7')
)
libraryDependencies += "org.umlg" % "runtime-jetty-websocket-client" % "2.0.7"
[org.umlg/runtime-jetty-websocket-client "2.0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty.websocket : websocket-client | jar | 9.1.3.v20140225 |