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