Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.colinalworth.gwt.websockets |
ArtifactId | ArtifactIdgwt-websockets-parent |
Version | Version0.1 |
Type | Typepom |
Filename | Size |
---|---|
gwt-websockets-parent-0.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.colinalworth.gwt.websockets/gwt-websockets-parent/ -->
<dependency>
<groupId>com.colinalworth.gwt.websockets</groupId>
<artifactId>gwt-websockets-parent</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.colinalworth.gwt.websockets/gwt-websockets-parent/
implementation 'com.colinalworth.gwt.websockets:gwt-websockets-parent:0.1'
// https://jarcasting.com/artifacts/com.colinalworth.gwt.websockets/gwt-websockets-parent/
implementation ("com.colinalworth.gwt.websockets:gwt-websockets-parent:0.1")
'com.colinalworth.gwt.websockets:gwt-websockets-parent:pom:0.1'
<dependency org="com.colinalworth.gwt.websockets" name="gwt-websockets-parent" rev="0.1">
<artifact name="gwt-websockets-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.colinalworth.gwt.websockets', module='gwt-websockets-parent', version='0.1')
)
libraryDependencies += "com.colinalworth.gwt.websockets" % "gwt-websockets-parent" % "0.1"
[com.colinalworth.gwt.websockets/gwt-websockets-parent "0.1"]