GroupId | GroupIdorg.apache.camel |
---|---|
ArtifactId | ArtifactIdcamel-atmosphere-websocket |
Version | Version2.25.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-atmosphere-websocket/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-atmosphere-websocket</artifactId>
<version>2.25.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-atmosphere-websocket/
implementation 'org.apache.camel:camel-atmosphere-websocket:2.25.4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-atmosphere-websocket/
implementation ("org.apache.camel:camel-atmosphere-websocket:2.25.4")
'org.apache.camel:camel-atmosphere-websocket:jar:2.25.4'
<dependency org="org.apache.camel" name="camel-atmosphere-websocket" rev="2.25.4">
<artifact name="camel-atmosphere-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-atmosphere-websocket', version='2.25.4')
)
libraryDependencies += "org.apache.camel" % "camel-atmosphere-websocket" % "2.25.4"
[org.apache.camel/camel-atmosphere-websocket "2.25.4"]