Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.atmosphere |
ArtifactId | ArtifactIdatmosphere-gwt-poll |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
atmosphere-gwt-poll-0.7.pom | |
atmosphere-gwt-poll-0.7.jar | 9 KB |
atmosphere-gwt-poll-0.7-sources.jar | 7 KB |
atmosphere-gwt-poll-0.7-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-gwt-poll/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-gwt-poll</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-gwt-poll/
implementation 'org.atmosphere:atmosphere-gwt-poll:0.7'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-gwt-poll/
implementation ("org.atmosphere:atmosphere-gwt-poll:0.7")
'org.atmosphere:atmosphere-gwt-poll:jar:0.7'
<dependency org="org.atmosphere" name="atmosphere-gwt-poll" rev="0.7">
<artifact name="atmosphere-gwt-poll" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-gwt-poll', version='0.7')
)
libraryDependencies += "org.atmosphere" % "atmosphere-gwt-poll" % "0.7"
[org.atmosphere/atmosphere-gwt-poll "0.7"]