| License |
License |
|---|---|
| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
| GroupId | GroupIdru.kosdev.gwtwebsocket |
| ArtifactId | ArtifactIdgwtwebsocket |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGWTWebsocket
Websocket component for GWT
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gwtwebsocket-1.1.pom | |
| gwtwebsocket-1.1.jar | 33 KB |
| gwtwebsocket-1.1-sources.jar | 27 KB |
| gwtwebsocket-1.1-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.kosdev.gwtwebsocket/gwtwebsocket/ -->
<dependency>
<groupId>ru.kosdev.gwtwebsocket</groupId>
<artifactId>gwtwebsocket</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.kosdev.gwtwebsocket/gwtwebsocket/
implementation 'ru.kosdev.gwtwebsocket:gwtwebsocket:1.1'
// https://jarcasting.com/artifacts/ru.kosdev.gwtwebsocket/gwtwebsocket/
implementation ("ru.kosdev.gwtwebsocket:gwtwebsocket:1.1")
'ru.kosdev.gwtwebsocket:gwtwebsocket:jar:1.1'
<dependency org="ru.kosdev.gwtwebsocket" name="gwtwebsocket" rev="1.1">
<artifact name="gwtwebsocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.kosdev.gwtwebsocket', module='gwtwebsocket', version='1.1')
)
libraryDependencies += "ru.kosdev.gwtwebsocket" % "gwtwebsocket" % "1.1"
[ru.kosdev.gwtwebsocket/gwtwebsocket "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.gwt : gwt-user | jar | 2.7.0 |