is not current version
Last Version 2.2.3

com.exactpro.webchannels:webchannels 2.1.1

WebChannels is java library for browser agnostic message transport with reliable delivery over standard API (websocket, XMLHttpRequest)

GroupId

GroupId

com.exactpro.webchannels
ArtifactId

ArtifactId

webchannels
Version

Version

2.1.1
Type

Type

jar

Download webchannels 2.1.1


<!-- https://jarcasting.com/artifacts/com.exactpro.webchannels/webchannels/ -->
<dependency>
    <groupId>com.exactpro.webchannels</groupId>
    <artifactId>webchannels</artifactId>
    <version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.exactpro.webchannels/webchannels/
implementation 'com.exactpro.webchannels:webchannels:2.1.1'
// https://jarcasting.com/artifacts/com.exactpro.webchannels/webchannels/
implementation ("com.exactpro.webchannels:webchannels:2.1.1")
'com.exactpro.webchannels:webchannels:jar:2.1.1'
<dependency org="com.exactpro.webchannels" name="webchannels" rev="2.1.1">
  <artifact name="webchannels" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.exactpro.webchannels', module='webchannels', version='2.1.1')
)
libraryDependencies += "com.exactpro.webchannels" % "webchannels" % "2.1.1"
[com.exactpro.webchannels/webchannels "2.1.1"]