GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdatmosphere-jquery |
Version | Version0.9.0.alpha.v20120301 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-jquery/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-jquery</artifactId>
<version>0.9.0.alpha.v20120301</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-jquery/
implementation 'org.atmosphere:atmosphere-jquery:0.9.0.alpha.v20120301'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-jquery/
implementation ("org.atmosphere:atmosphere-jquery:0.9.0.alpha.v20120301")
'org.atmosphere:atmosphere-jquery:war:0.9.0.alpha.v20120301'
<dependency org="org.atmosphere" name="atmosphere-jquery" rev="0.9.0.alpha.v20120301">
<artifact name="atmosphere-jquery" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-jquery', version='0.9.0.alpha.v20120301')
)
libraryDependencies += "org.atmosphere" % "atmosphere-jquery" % "0.9.0.alpha.v20120301"
[org.atmosphere/atmosphere-jquery "0.9.0.alpha.v20120301"]