GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdvibe-server |
Version | Version3.0.0-Alpha12 |
Type | Typejar |
Filename | Size |
---|---|
vibe-server-3.0.0-Alpha12.pom | |
vibe-server-3.0.0-Alpha12.jar | 58 KB |
vibe-server-3.0.0-Alpha12-sources.jar | 19 KB |
vibe-server-3.0.0-Alpha12-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/vibe-server/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>vibe-server</artifactId>
<version>3.0.0-Alpha12</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/vibe-server/
implementation 'org.atmosphere:vibe-server:3.0.0-Alpha12'
// https://jarcasting.com/artifacts/org.atmosphere/vibe-server/
implementation ("org.atmosphere:vibe-server:3.0.0-Alpha12")
'org.atmosphere:vibe-server:jar:3.0.0-Alpha12'
<dependency org="org.atmosphere" name="vibe-server" rev="3.0.0-Alpha12">
<artifact name="vibe-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='vibe-server', version='3.0.0-Alpha12')
)
libraryDependencies += "org.atmosphere" % "vibe-server" % "3.0.0-Alpha12"
[org.atmosphere/vibe-server "3.0.0-Alpha12"]