GroupId | GroupIdorg.apache.camel |
---|---|
ArtifactId | ArtifactIdcamel-atmosphere-websocket |
Version | Version3.7.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>3.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-atmosphere-websocket/
implementation 'org.apache.camel:camel-atmosphere-websocket:3.7.4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-atmosphere-websocket/
implementation ("org.apache.camel:camel-atmosphere-websocket:3.7.4")
'org.apache.camel:camel-atmosphere-websocket:jar:3.7.4'
<dependency org="org.apache.camel" name="camel-atmosphere-websocket" rev="3.7.4">
<artifact name="camel-atmosphere-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-atmosphere-websocket', version='3.7.4')
)
libraryDependencies += "org.apache.camel" % "camel-atmosphere-websocket" % "3.7.4"
[org.apache.camel/camel-atmosphere-websocket "3.7.4"]