| Группа | Группаorg.apache.camel |
|---|---|
| Идентификатор | Идентификаторcamel-atmosphere-websocket |
| Версия | Версия2.24.3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-atmosphere-websocket/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-atmosphere-websocket</artifactId>
<version>2.24.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-atmosphere-websocket/
implementation 'org.apache.camel:camel-atmosphere-websocket:2.24.3'
// https://jarcasting.com/artifacts/org.apache.camel/camel-atmosphere-websocket/
implementation ("org.apache.camel:camel-atmosphere-websocket:2.24.3")
'org.apache.camel:camel-atmosphere-websocket:jar:2.24.3'
<dependency org="org.apache.camel" name="camel-atmosphere-websocket" rev="2.24.3">
<artifact name="camel-atmosphere-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-atmosphere-websocket', version='2.24.3')
)
libraryDependencies += "org.apache.camel" % "camel-atmosphere-websocket" % "2.24.3"
[org.apache.camel/camel-atmosphere-websocket "2.24.3"]