Categories |
CategoriesUndertow Net Networking |
---|---|
GroupId | GroupIdio.undertow |
ArtifactId | ArtifactIdundertow-websockets-jsr |
Version | Version2.2.2.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.undertow/undertow-websockets-jsr/ -->
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-websockets-jsr</artifactId>
<version>2.2.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.undertow/undertow-websockets-jsr/
implementation 'io.undertow:undertow-websockets-jsr:2.2.2.Final'
// https://jarcasting.com/artifacts/io.undertow/undertow-websockets-jsr/
implementation ("io.undertow:undertow-websockets-jsr:2.2.2.Final")
'io.undertow:undertow-websockets-jsr:jar:2.2.2.Final'
<dependency org="io.undertow" name="undertow-websockets-jsr" rev="2.2.2.Final">
<artifact name="undertow-websockets-jsr" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.undertow', module='undertow-websockets-jsr', version='2.2.2.Final')
)
libraryDependencies += "io.undertow" % "undertow-websockets-jsr" % "2.2.2.Final"
[io.undertow/undertow-websockets-jsr "2.2.2.Final"]