License |
License |
---|---|
GroupId | GroupIdorg.xwiki.commons |
ArtifactId | ArtifactIdxwiki-commons-websocket |
Last Version | Last Version14.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXWiki Commons - WebSocket
Adds support for writing WebSocket end-points as XWiki components.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-websocket/ -->
<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-websocket</artifactId>
<version>14.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-websocket/
implementation 'org.xwiki.commons:xwiki-commons-websocket:14.4.1'
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-websocket/
implementation ("org.xwiki.commons:xwiki-commons-websocket:14.4.1")
'org.xwiki.commons:xwiki-commons-websocket:jar:14.4.1'
<dependency org="org.xwiki.commons" name="xwiki-commons-websocket" rev="14.4.1">
<artifact name="xwiki-commons-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-websocket', version='14.4.1')
)
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-websocket" % "14.4.1"
[org.xwiki.commons/xwiki-commons-websocket "14.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.xwiki.commons : xwiki-commons-component-api | jar | 14.4.1 |
org.xwiki.commons : xwiki-commons-observation-api | jar | 14.4.1 |
org.xwiki.commons : xwiki-commons-job-api | jar | 14.4.1 |
org.xwiki.commons : xwiki-commons-environment-servlet | jar | 14.4.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
javax.websocket : javax.websocket-api | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.xwiki.commons : xwiki-commons-tool-test-component | jar | 14.4.1 |