Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.spirylics.xgwt |
ArtifactId | ArtifactIdx-gwt |
Version | Version1.4 |
Type | Typepom |
Filename | Size |
---|---|
x-gwt-1.4.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spirylics.xgwt/x-gwt/ -->
<dependency>
<groupId>com.github.spirylics.xgwt</groupId>
<artifactId>x-gwt</artifactId>
<version>1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.spirylics.xgwt/x-gwt/
implementation 'com.github.spirylics.xgwt:x-gwt:1.4'
// https://jarcasting.com/artifacts/com.github.spirylics.xgwt/x-gwt/
implementation ("com.github.spirylics.xgwt:x-gwt:1.4")
'com.github.spirylics.xgwt:x-gwt:pom:1.4'
<dependency org="com.github.spirylics.xgwt" name="x-gwt" rev="1.4">
<artifact name="x-gwt" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.spirylics.xgwt', module='x-gwt', version='1.4')
)
libraryDependencies += "com.github.spirylics.xgwt" % "x-gwt" % "1.4"
[com.github.spirylics.xgwt/x-gwt "1.4"]