Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks JSON Data |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdgwt20-json |
Version | Version2.4.28 |
Type | Typewar |
Filename | Size |
---|---|
gwt20-json-2.4.28.pom | |
gwt20-json-2.4.28.war | 8 MB |
gwt20-json-2.4.28-sources.jar | 6 KB |
gwt20-json-2.4.28-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/gwt20-json/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>gwt20-json</artifactId>
<version>2.4.28</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/gwt20-json/
implementation 'org.atmosphere.samples:gwt20-json:2.4.28'
// https://jarcasting.com/artifacts/org.atmosphere.samples/gwt20-json/
implementation ("org.atmosphere.samples:gwt20-json:2.4.28")
'org.atmosphere.samples:gwt20-json:war:2.4.28'
<dependency org="org.atmosphere.samples" name="gwt20-json" rev="2.4.28">
<artifact name="gwt20-json" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='gwt20-json', version='2.4.28')
)
libraryDependencies += "org.atmosphere.samples" % "gwt20-json" % "2.4.28"
[org.atmosphere.samples/gwt20-json "2.4.28"]