Categories |
CategoriesMaven Build Tools GWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.rhq.maven |
ArtifactId | ArtifactIdsmartgwt-war-archetype |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
smartgwt-war-archetype-1.0.pom | |
smartgwt-war-archetype-1.0.maven-archetype | 16 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</version>
</dependency>
// https://jarcasting.com/artifacts/org.rhq.maven/smartgwt-war-archetype/
implementation 'org.rhq.maven:smartgwt-war-archetype:1.0'
// https://jarcasting.com/artifacts/org.rhq.maven/smartgwt-war-archetype/
implementation ("org.rhq.maven:smartgwt-war-archetype:1.0")
'org.rhq.maven:smartgwt-war-archetype:jar:1.0'
<dependency org="org.rhq.maven" name="smartgwt-war-archetype" rev="1.0">
<artifact name="smartgwt-war-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rhq.maven', module='smartgwt-war-archetype', version='1.0')
)
libraryDependencies += "org.rhq.maven" % "smartgwt-war-archetype" % "1.0"
[org.rhq.maven/smartgwt-war-archetype "1.0"]