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