| Categories | 
                CategoriesVaadin User Interface Web Frameworks | 
        
|---|---|
| GroupId | GroupIdorg.webjars.bowergithub.vaadin | 
    
| ArtifactId | ArtifactIdvaadin-rich-text-editor | 
    
| Version | Version1.0.0-alpha1 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.vaadin/vaadin-rich-text-editor/ -->
<dependency>
    <groupId>org.webjars.bowergithub.vaadin</groupId>
    <artifactId>vaadin-rich-text-editor</artifactId>
    <version>1.0.0-alpha1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webjars.bowergithub.vaadin/vaadin-rich-text-editor/
implementation 'org.webjars.bowergithub.vaadin:vaadin-rich-text-editor:1.0.0-alpha1'
                // https://jarcasting.com/artifacts/org.webjars.bowergithub.vaadin/vaadin-rich-text-editor/
implementation ("org.webjars.bowergithub.vaadin:vaadin-rich-text-editor:1.0.0-alpha1")
                'org.webjars.bowergithub.vaadin:vaadin-rich-text-editor:jar:1.0.0-alpha1'
                <dependency org="org.webjars.bowergithub.vaadin" name="vaadin-rich-text-editor" rev="1.0.0-alpha1">
  <artifact name="vaadin-rich-text-editor" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webjars.bowergithub.vaadin', module='vaadin-rich-text-editor', version='1.0.0-alpha1')
)
                libraryDependencies += "org.webjars.bowergithub.vaadin" % "vaadin-rich-text-editor" % "1.0.0-alpha1"
                [org.webjars.bowergithub.vaadin/vaadin-rich-text-editor "1.0.0-alpha1"]