| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.apache.camel | 
    
| ArtifactId | ArtifactIdcamel-atmosphere-websocket | 
    
| Last Version | Last Version3.17.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionCamel :: Atmosphere WebSocket Servlet 
            Camel Atmosphere WebSocket Servlet 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-atmosphere-websocket/ -->
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-atmosphere-websocket</artifactId>
    <version>3.17.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.camel/camel-atmosphere-websocket/
implementation 'org.apache.camel:camel-atmosphere-websocket:3.17.0'
                // https://jarcasting.com/artifacts/org.apache.camel/camel-atmosphere-websocket/
implementation ("org.apache.camel:camel-atmosphere-websocket:3.17.0")
                'org.apache.camel:camel-atmosphere-websocket:jar:3.17.0'
                <dependency org="org.apache.camel" name="camel-atmosphere-websocket" rev="3.17.0">
  <artifact name="camel-atmosphere-websocket" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.camel', module='camel-atmosphere-websocket', version='3.17.0')
)
                libraryDependencies += "org.apache.camel" % "camel-atmosphere-websocket" % "3.17.0"
                [org.apache.camel/camel-atmosphere-websocket "3.17.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.camel : camel-support | jar | 3.17.0 | 
| org.apache.camel : camel-servlet | jar | 3.17.0 | 
| javax.servlet : javax.servlet-api | jar | 3.1.0 | 
| org.atmosphere : atmosphere-runtime | jar | 2.6.4 |