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