Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.bowergithub.vaadin |
ArtifactId | ArtifactIdvaadin-rich-text-editor |
Version | Version1.0.0-alpha4 |
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-alpha4</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-alpha4'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.vaadin/vaadin-rich-text-editor/
implementation ("org.webjars.bowergithub.vaadin:vaadin-rich-text-editor:1.0.0-alpha4")
'org.webjars.bowergithub.vaadin:vaadin-rich-text-editor:jar:1.0.0-alpha4'
<dependency org="org.webjars.bowergithub.vaadin" name="vaadin-rich-text-editor" rev="1.0.0-alpha4">
<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-alpha4')
)
libraryDependencies += "org.webjars.bowergithub.vaadin" % "vaadin-rich-text-editor" % "1.0.0-alpha4"
[org.webjars.bowergithub.vaadin/vaadin-rich-text-editor "1.0.0-alpha4"]