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