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