| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools GWT (Google Web Toolkit) User Interface Web Frameworks | 
| GroupId | GroupIdorg.rhq.maven | 
| ArtifactId | ArtifactIdsmartgwt-war-archetype | 
| Last Version | Last Version1.0.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionsmartgwt-war-archetype archetype for a Maven project for a SmartGWT web application (WAR) | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| smartgwt-war-archetype-1.0.4.pom | |
| smartgwt-war-archetype-1.0.4.jar | 9 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.rhq.maven/smartgwt-war-archetype/ -->
<dependency>
    <groupId>org.rhq.maven</groupId>
    <artifactId>smartgwt-war-archetype</artifactId>
    <version>1.0.4</version>
</dependency>// https://jarcasting.com/artifacts/org.rhq.maven/smartgwt-war-archetype/
implementation 'org.rhq.maven:smartgwt-war-archetype:1.0.4'// https://jarcasting.com/artifacts/org.rhq.maven/smartgwt-war-archetype/
implementation ("org.rhq.maven:smartgwt-war-archetype:1.0.4")'org.rhq.maven:smartgwt-war-archetype:jar:1.0.4'<dependency org="org.rhq.maven" name="smartgwt-war-archetype" rev="1.0.4">
  <artifact name="smartgwt-war-archetype" type="jar" />
</dependency>@Grapes(
@Grab(group='org.rhq.maven', module='smartgwt-war-archetype', version='1.0.4')
)libraryDependencies += "org.rhq.maven" % "smartgwt-war-archetype" % "1.0.4"[org.rhq.maven/smartgwt-war-archetype "1.0.4"]