| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdru.send-to.gwt |
| ArtifactId | ArtifactIdGwtWebsocket |
| Version | Version2.8.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| GwtWebsocket-2.8.1.3.pom | |
| GwtWebsocket-2.8.1.3.jar | 12 KB |
| GwtWebsocket-2.8.1.3-sources.jar | 6 KB |
| GwtWebsocket-2.8.1.3-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.send-to.gwt/GwtWebsocket/ -->
<dependency>
<groupId>ru.send-to.gwt</groupId>
<artifactId>GwtWebsocket</artifactId>
<version>2.8.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/ru.send-to.gwt/GwtWebsocket/
implementation 'ru.send-to.gwt:GwtWebsocket:2.8.1.3'
// https://jarcasting.com/artifacts/ru.send-to.gwt/GwtWebsocket/
implementation ("ru.send-to.gwt:GwtWebsocket:2.8.1.3")
'ru.send-to.gwt:GwtWebsocket:jar:2.8.1.3'
<dependency org="ru.send-to.gwt" name="GwtWebsocket" rev="2.8.1.3">
<artifact name="GwtWebsocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.send-to.gwt', module='GwtWebsocket', version='2.8.1.3')
)
libraryDependencies += "ru.send-to.gwt" % "GwtWebsocket" % "2.8.1.3"
[ru.send-to.gwt/GwtWebsocket "2.8.1.3"]