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