| Categories | 
                CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection | 
        
|---|---|
| GroupId | GroupIdcom.guicedee.services | 
    
| ArtifactId | ArtifactIdwebsocket-parent | 
    
| Version | Version1.0.4.2-jre13 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| websocket-parent-1.0.4.2-jre13.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.guicedee.services/websocket-parent/ -->
<dependency>
    <groupId>com.guicedee.services</groupId>
    <artifactId>websocket-parent</artifactId>
    <version>1.0.4.2-jre13</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.guicedee.services/websocket-parent/
implementation 'com.guicedee.services:websocket-parent:1.0.4.2-jre13'
                // https://jarcasting.com/artifacts/com.guicedee.services/websocket-parent/
implementation ("com.guicedee.services:websocket-parent:1.0.4.2-jre13")
                'com.guicedee.services:websocket-parent:pom:1.0.4.2-jre13'
                <dependency org="com.guicedee.services" name="websocket-parent" rev="1.0.4.2-jre13">
  <artifact name="websocket-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.guicedee.services', module='websocket-parent', version='1.0.4.2-jre13')
)
                libraryDependencies += "com.guicedee.services" % "websocket-parent" % "1.0.4.2-jre13"
                [com.guicedee.services/websocket-parent "1.0.4.2-jre13"]