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