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