Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.sksamuel.gwt |
ArtifactId | ArtifactIdgwt-websockets |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
gwt-websockets-1.0.3.pom | |
gwt-websockets-1.0.3.jar | 12 KB |
gwt-websockets-1.0.3-sources.jar | 6 KB |
gwt-websockets-1.0.3-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sksamuel.gwt/gwt-websockets/ -->
<dependency>
<groupId>com.sksamuel.gwt</groupId>
<artifactId>gwt-websockets</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.sksamuel.gwt/gwt-websockets/
implementation 'com.sksamuel.gwt:gwt-websockets:1.0.3'
// https://jarcasting.com/artifacts/com.sksamuel.gwt/gwt-websockets/
implementation ("com.sksamuel.gwt:gwt-websockets:1.0.3")
'com.sksamuel.gwt:gwt-websockets:jar:1.0.3'
<dependency org="com.sksamuel.gwt" name="gwt-websockets" rev="1.0.3">
<artifact name="gwt-websockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sksamuel.gwt', module='gwt-websockets', version='1.0.3')
)
libraryDependencies += "com.sksamuel.gwt" % "gwt-websockets" % "1.0.3"
[com.sksamuel.gwt/gwt-websockets "1.0.3"]