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