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