GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdatmosphere-jquery |
Version | Version1.1.0.beta1 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-jquery-1.1.0.beta1.pom | |
atmosphere-jquery-1.1.0.beta1.war | 91 KB |
atmosphere-jquery-1.1.0.beta1-javadoc.jar | 337 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-jquery/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-jquery</artifactId>
<version>1.1.0.beta1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-jquery/
implementation 'org.atmosphere:atmosphere-jquery:1.1.0.beta1'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-jquery/
implementation ("org.atmosphere:atmosphere-jquery:1.1.0.beta1")
'org.atmosphere:atmosphere-jquery:war:1.1.0.beta1'
<dependency org="org.atmosphere" name="atmosphere-jquery" rev="1.1.0.beta1">
<artifact name="atmosphere-jquery" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-jquery', version='1.1.0.beta1')
)
libraryDependencies += "org.atmosphere" % "atmosphere-jquery" % "1.1.0.beta1"
[org.atmosphere/atmosphere-jquery "1.1.0.beta1"]