Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.atmosphere.extensions |
ArtifactId | ArtifactIdatmosphere-samples-gwt20-project |
Version | Version2.4.0 |
Type | Typepom |
Filename | Size |
---|---|
atmosphere-samples-gwt20-project-2.4.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.extensions/atmosphere-samples-gwt20-project/ -->
<dependency>
<groupId>org.atmosphere.extensions</groupId>
<artifactId>atmosphere-samples-gwt20-project</artifactId>
<version>2.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.extensions/atmosphere-samples-gwt20-project/
implementation 'org.atmosphere.extensions:atmosphere-samples-gwt20-project:2.4.0'
// https://jarcasting.com/artifacts/org.atmosphere.extensions/atmosphere-samples-gwt20-project/
implementation ("org.atmosphere.extensions:atmosphere-samples-gwt20-project:2.4.0")
'org.atmosphere.extensions:atmosphere-samples-gwt20-project:pom:2.4.0'
<dependency org="org.atmosphere.extensions" name="atmosphere-samples-gwt20-project" rev="2.4.0">
<artifact name="atmosphere-samples-gwt20-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.extensions', module='atmosphere-samples-gwt20-project', version='2.4.0')
)
libraryDependencies += "org.atmosphere.extensions" % "atmosphere-samples-gwt20-project" % "2.4.0"
[org.atmosphere.extensions/atmosphere-samples-gwt20-project "2.4.0"]