| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.eclipse | 
    
| ArtifactId | ArtifactIdwst | 
    
| Last Version | Last Version1.0.2-v200706120315 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionWeb Standard Tools (WST) 
            
         | 
    
| Filename | Size | 
|---|---|
| wst-1.0.2-v200706120315.pom | |
| wst-1.0.2-v200706120315.jar | 10 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse/wst/ -->
<dependency>
    <groupId>org.eclipse</groupId>
    <artifactId>wst</artifactId>
    <version>1.0.2-v200706120315</version>
</dependency>
                // https://jarcasting.com/artifacts/org.eclipse/wst/
implementation 'org.eclipse:wst:1.0.2-v200706120315'
                // https://jarcasting.com/artifacts/org.eclipse/wst/
implementation ("org.eclipse:wst:1.0.2-v200706120315")
                'org.eclipse:wst:jar:1.0.2-v200706120315'
                <dependency org="org.eclipse" name="wst" rev="1.0.2-v200706120315">
  <artifact name="wst" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.eclipse', module='wst', version='1.0.2-v200706120315')
)
                libraryDependencies += "org.eclipse" % "wst" % "1.0.2-v200706120315"
                [org.eclipse/wst "1.0.2-v200706120315"]