| Categories | 
                CategoriesVaadin User Interface Web Frameworks | 
        
|---|---|
| GroupId | GroupIdorg.webjars.bowergithub.heruan | 
    
| ArtifactId | ArtifactIdvaadin-combo-box | 
    
| Version | Version4.0.1-label-suffix | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.heruan/vaadin-combo-box/ -->
<dependency>
    <groupId>org.webjars.bowergithub.heruan</groupId>
    <artifactId>vaadin-combo-box</artifactId>
    <version>4.0.1-label-suffix</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webjars.bowergithub.heruan/vaadin-combo-box/
implementation 'org.webjars.bowergithub.heruan:vaadin-combo-box:4.0.1-label-suffix'
                // https://jarcasting.com/artifacts/org.webjars.bowergithub.heruan/vaadin-combo-box/
implementation ("org.webjars.bowergithub.heruan:vaadin-combo-box:4.0.1-label-suffix")
                'org.webjars.bowergithub.heruan:vaadin-combo-box:jar:4.0.1-label-suffix'
                <dependency org="org.webjars.bowergithub.heruan" name="vaadin-combo-box" rev="4.0.1-label-suffix">
  <artifact name="vaadin-combo-box" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webjars.bowergithub.heruan', module='vaadin-combo-box', version='4.0.1-label-suffix')
)
                libraryDependencies += "org.webjars.bowergithub.heruan" % "vaadin-combo-box" % "4.0.1-label-suffix"
                [org.webjars.bowergithub.heruan/vaadin-combo-box "4.0.1-label-suffix"]