Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.colinalworth.gwt.websockets |
ArtifactId | ArtifactIdjavaee-websocket-gwt-rpc |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.colinalworth.gwt.websockets/javaee-websocket-gwt-rpc/ -->
<dependency>
<groupId>com.colinalworth.gwt.websockets</groupId>
<artifactId>javaee-websocket-gwt-rpc</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.colinalworth.gwt.websockets/javaee-websocket-gwt-rpc/
implementation 'com.colinalworth.gwt.websockets:javaee-websocket-gwt-rpc:0.1'
// https://jarcasting.com/artifacts/com.colinalworth.gwt.websockets/javaee-websocket-gwt-rpc/
implementation ("com.colinalworth.gwt.websockets:javaee-websocket-gwt-rpc:0.1")
'com.colinalworth.gwt.websockets:javaee-websocket-gwt-rpc:jar:0.1'
<dependency org="com.colinalworth.gwt.websockets" name="javaee-websocket-gwt-rpc" rev="0.1">
<artifact name="javaee-websocket-gwt-rpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.colinalworth.gwt.websockets', module='javaee-websocket-gwt-rpc', version='0.1')
)
libraryDependencies += "com.colinalworth.gwt.websockets" % "javaee-websocket-gwt-rpc" % "0.1"
[com.colinalworth.gwt.websockets/javaee-websocket-gwt-rpc "0.1"]