| Categories | 
                CategoriesGrizzly Net Networking ORM Data | 
        
|---|---|
| GroupId | GroupIdorg.atmosphere | 
    
| ArtifactId | ArtifactIdvibe-platform-bridge-grizzly2 | 
    
| Version | Version3.0.0-Alpha8 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.atmosphere/vibe-platform-bridge-grizzly2/ -->
<dependency>
    <groupId>org.atmosphere</groupId>
    <artifactId>vibe-platform-bridge-grizzly2</artifactId>
    <version>3.0.0-Alpha8</version>
</dependency>
                // https://jarcasting.com/artifacts/org.atmosphere/vibe-platform-bridge-grizzly2/
implementation 'org.atmosphere:vibe-platform-bridge-grizzly2:3.0.0-Alpha8'
                // https://jarcasting.com/artifacts/org.atmosphere/vibe-platform-bridge-grizzly2/
implementation ("org.atmosphere:vibe-platform-bridge-grizzly2:3.0.0-Alpha8")
                'org.atmosphere:vibe-platform-bridge-grizzly2:jar:3.0.0-Alpha8'
                <dependency org="org.atmosphere" name="vibe-platform-bridge-grizzly2" rev="3.0.0-Alpha8">
  <artifact name="vibe-platform-bridge-grizzly2" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.atmosphere', module='vibe-platform-bridge-grizzly2', version='3.0.0-Alpha8')
)
                libraryDependencies += "org.atmosphere" % "vibe-platform-bridge-grizzly2" % "3.0.0-Alpha8"
                [org.atmosphere/vibe-platform-bridge-grizzly2 "3.0.0-Alpha8"]