GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-twitter |
Version | Version0.5.4 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-twitter-0.5.4.pom | |
atmosphere-twitter-0.5.4.war | 422 KB |
atmosphere-twitter-0.5.4-sources.jar | 299 KB |
atmosphere-twitter-0.5.4-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-twitter/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-twitter</artifactId>
<version>0.5.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-twitter/
implementation 'org.atmosphere.samples:atmosphere-twitter:0.5.4'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-twitter/
implementation ("org.atmosphere.samples:atmosphere-twitter:0.5.4")
'org.atmosphere.samples:atmosphere-twitter:war:0.5.4'
<dependency org="org.atmosphere.samples" name="atmosphere-twitter" rev="0.5.4">
<artifact name="atmosphere-twitter" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-twitter', version='0.5.4')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-twitter" % "0.5.4"
[org.atmosphere.samples/atmosphere-twitter "0.5.4"]