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