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