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