is not current version
Last Version 2.2.1.Final

io.thorntail:camel-ahc-ws 2.1.0.Final

To exchange data with external Websocket servers using Async Http Client.

GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

camel-ahc-ws
Version

Version

2.1.0.Final
Type

Type

jar

Download camel-ahc-ws 2.1.0.Final


<!-- https://jarcasting.com/artifacts/io.thorntail/camel-ahc-ws/ -->
<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>camel-ahc-ws</artifactId>
    <version>2.1.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/camel-ahc-ws/
implementation 'io.thorntail:camel-ahc-ws:2.1.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/camel-ahc-ws/
implementation ("io.thorntail:camel-ahc-ws:2.1.0.Final")
'io.thorntail:camel-ahc-ws:jar:2.1.0.Final'
<dependency org="io.thorntail" name="camel-ahc-ws" rev="2.1.0.Final">
  <artifact name="camel-ahc-ws" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='camel-ahc-ws', version='2.1.0.Final')
)
libraryDependencies += "io.thorntail" % "camel-ahc-ws" % "2.1.0.Final"
[io.thorntail/camel-ahc-ws "2.1.0.Final"]