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