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