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