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