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