Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Net |
---|---|
GroupId | GroupIdnet.sf.advanced-gwt |
ArtifactId | ArtifactIdadvanced-gwt |
Version | Version2.0.8 |
Type | Typejar |
Filename | Size |
---|---|
advanced-gwt-2.0.8.pom | |
advanced-gwt-2.0.8.jar | 635 KB |
advanced-gwt-2.0.8-sources.jar | 347 KB |
advanced-gwt-2.0.8-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.advanced-gwt/advanced-gwt/ -->
<dependency>
<groupId>net.sf.advanced-gwt</groupId>
<artifactId>advanced-gwt</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.advanced-gwt/advanced-gwt/
implementation 'net.sf.advanced-gwt:advanced-gwt:2.0.8'
// https://jarcasting.com/artifacts/net.sf.advanced-gwt/advanced-gwt/
implementation ("net.sf.advanced-gwt:advanced-gwt:2.0.8")
'net.sf.advanced-gwt:advanced-gwt:jar:2.0.8'
<dependency org="net.sf.advanced-gwt" name="advanced-gwt" rev="2.0.8">
<artifact name="advanced-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.advanced-gwt', module='advanced-gwt', version='2.0.8')
)
libraryDependencies += "net.sf.advanced-gwt" % "advanced-gwt" % "2.0.8"
[net.sf.advanced-gwt/advanced-gwt "2.0.8"]