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