License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.smartgwt |
ArtifactId | ArtifactIdsmartgwt |
Last Version | Last Version2.5-patch |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmartGWT
SmartGWT - GWT API's for SmartClient
|
Project URL |
Project URL |
Filename | Size |
---|---|
smartgwt-2.5-patch.pom | |
smartgwt-2.5-patch.jar | 8 MB |
smartgwt-2.5-patch-sources.jar | 8 MB |
smartgwt-2.5-patch-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smartgwt/smartgwt/ -->
<dependency>
<groupId>com.smartgwt</groupId>
<artifactId>smartgwt</artifactId>
<version>2.5-patch</version>
</dependency>
// https://jarcasting.com/artifacts/com.smartgwt/smartgwt/
implementation 'com.smartgwt:smartgwt:2.5-patch'
// https://jarcasting.com/artifacts/com.smartgwt/smartgwt/
implementation ("com.smartgwt:smartgwt:2.5-patch")
'com.smartgwt:smartgwt:jar:2.5-patch'
<dependency org="com.smartgwt" name="smartgwt" rev="2.5-patch">
<artifact name="smartgwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smartgwt', module='smartgwt', version='2.5-patch')
)
libraryDependencies += "com.smartgwt" % "smartgwt" % "2.5-patch"
[com.smartgwt/smartgwt "2.5-patch"]