GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-meteor-chat |
Version | Version0.5.v20100104 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-meteor-chat-0.5.v20100104.pom | |
atmosphere-meteor-chat-0.5.v20100104.war | 181 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-meteor-chat/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-meteor-chat</artifactId>
<version>0.5.v20100104</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-meteor-chat/
implementation 'org.atmosphere.samples:atmosphere-meteor-chat:0.5.v20100104'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-meteor-chat/
implementation ("org.atmosphere.samples:atmosphere-meteor-chat:0.5.v20100104")
'org.atmosphere.samples:atmosphere-meteor-chat:war:0.5.v20100104'
<dependency org="org.atmosphere.samples" name="atmosphere-meteor-chat" rev="0.5.v20100104">
<artifact name="atmosphere-meteor-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-meteor-chat', version='0.5.v20100104')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-meteor-chat" % "0.5.v20100104"
[org.atmosphere.samples/atmosphere-meteor-chat "0.5.v20100104"]