Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.atmosphere |
ArtifactId | ArtifactIdatmosphere-gwt-common |
Version | Version1.0.17 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-gwt-common/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-gwt-common</artifactId>
<version>1.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-gwt-common/
implementation 'org.atmosphere:atmosphere-gwt-common:1.0.17'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-gwt-common/
implementation ("org.atmosphere:atmosphere-gwt-common:1.0.17")
'org.atmosphere:atmosphere-gwt-common:jar:1.0.17'
<dependency org="org.atmosphere" name="atmosphere-gwt-common" rev="1.0.17">
<artifact name="atmosphere-gwt-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-gwt-common', version='1.0.17')
)
libraryDependencies += "org.atmosphere" % "atmosphere-gwt-common" % "1.0.17"
[org.atmosphere/atmosphere-gwt-common "1.0.17"]