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