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