Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Net |
---|---|
GroupId | GroupIdnet.sf.gwt-widget |
ArtifactId | ArtifactIdgwt-widgets |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongwt-widgets
|
Filename | Size |
---|---|
gwt-widgets-0.2.0.pom | |
gwt-widgets-0.2.0.jar | 280 KB |
gwt-widgets-0.2.0-sources.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.gwt-widget/gwt-widgets/ -->
<dependency>
<groupId>net.sf.gwt-widget</groupId>
<artifactId>gwt-widgets</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.gwt-widget/gwt-widgets/
implementation 'net.sf.gwt-widget:gwt-widgets:0.2.0'
// https://jarcasting.com/artifacts/net.sf.gwt-widget/gwt-widgets/
implementation ("net.sf.gwt-widget:gwt-widgets:0.2.0")
'net.sf.gwt-widget:gwt-widgets:jar:0.2.0'
<dependency org="net.sf.gwt-widget" name="gwt-widgets" rev="0.2.0">
<artifact name="gwt-widgets" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.gwt-widget', module='gwt-widgets', version='0.2.0')
)
libraryDependencies += "net.sf.gwt-widget" % "gwt-widgets" % "0.2.0"
[net.sf.gwt-widget/gwt-widgets "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 1.4.60 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |