Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdru.send-to.gwt |
ArtifactId | ArtifactIdGwtWebsocket |
Version | Version2.8.1.1 |
Type | Typejar |
Filename | Size |
---|---|
GwtWebsocket-2.8.1.1.pom | |
GwtWebsocket-2.8.1.1.jar | 11 KB |
GwtWebsocket-2.8.1.1-sources.jar | 6 KB |
GwtWebsocket-2.8.1.1-javadoc.jar | 42 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.send-to.gwt/GwtWebsocket/
implementation 'ru.send-to.gwt:GwtWebsocket:2.8.1.1'
// https://jarcasting.com/artifacts/ru.send-to.gwt/GwtWebsocket/
implementation ("ru.send-to.gwt:GwtWebsocket:2.8.1.1")
'ru.send-to.gwt:GwtWebsocket:jar:2.8.1.1'
<dependency org="ru.send-to.gwt" name="GwtWebsocket" rev="2.8.1.1">
<artifact name="GwtWebsocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.send-to.gwt', module='GwtWebsocket', version='2.8.1.1')
)
libraryDependencies += "ru.send-to.gwt" % "GwtWebsocket" % "2.8.1.1"
[ru.send-to.gwt/GwtWebsocket "2.8.1.1"]