| GroupId | GroupIdorg.xlightweb | 
    
|---|---|
| ArtifactId | ArtifactIdxlightweb-WebSocketsPreview | 
    
| Version | Version2.11-WSPreview | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.xlightweb/xlightweb-WebSocketsPreview/ -->
<dependency>
    <groupId>org.xlightweb</groupId>
    <artifactId>xlightweb-WebSocketsPreview</artifactId>
    <version>2.11-WSPreview</version>
</dependency>
                // https://jarcasting.com/artifacts/org.xlightweb/xlightweb-WebSocketsPreview/
implementation 'org.xlightweb:xlightweb-WebSocketsPreview:2.11-WSPreview'
                // https://jarcasting.com/artifacts/org.xlightweb/xlightweb-WebSocketsPreview/
implementation ("org.xlightweb:xlightweb-WebSocketsPreview:2.11-WSPreview")
                'org.xlightweb:xlightweb-WebSocketsPreview:jar:2.11-WSPreview'
                <dependency org="org.xlightweb" name="xlightweb-WebSocketsPreview" rev="2.11-WSPreview">
  <artifact name="xlightweb-WebSocketsPreview" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.xlightweb', module='xlightweb-WebSocketsPreview', version='2.11-WSPreview')
)
                libraryDependencies += "org.xlightweb" % "xlightweb-WebSocketsPreview" % "2.11-WSPreview"
                [org.xlightweb/xlightweb-WebSocketsPreview "2.11-WSPreview"]