| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdrich-markdown-editor |
| Version | Version11.17.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rich-markdown-editor-11.17.5.pom | |
| rich-markdown-editor-11.17.5.jar | 356 KB |
| rich-markdown-editor-11.17.5-sources.jar | 22 bytes |
| rich-markdown-editor-11.17.5-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/rich-markdown-editor/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>rich-markdown-editor</artifactId>
<version>11.17.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/rich-markdown-editor/
implementation 'org.webjars.npm:rich-markdown-editor:11.17.5'
// https://jarcasting.com/artifacts/org.webjars.npm/rich-markdown-editor/
implementation ("org.webjars.npm:rich-markdown-editor:11.17.5")
'org.webjars.npm:rich-markdown-editor:jar:11.17.5'
<dependency org="org.webjars.npm" name="rich-markdown-editor" rev="11.17.5">
<artifact name="rich-markdown-editor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='rich-markdown-editor', version='11.17.5')
)
libraryDependencies += "org.webjars.npm" % "rich-markdown-editor" % "11.17.5"
[org.webjars.npm/rich-markdown-editor "11.17.5"]