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