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