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