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