| GroupId | GroupIdorg.webjars |
|---|---|
| ArtifactId | ArtifactIdtinymce |
| Version | Version4.7.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tinymce-4.7.9.pom | |
| tinymce-4.7.9.jar | 525 KB |
| tinymce-4.7.9-javadoc.jar | 511 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/tinymce/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>tinymce</artifactId>
<version>4.7.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/tinymce/
implementation 'org.webjars:tinymce:4.7.9'
// https://jarcasting.com/artifacts/org.webjars/tinymce/
implementation ("org.webjars:tinymce:4.7.9")
'org.webjars:tinymce:jar:4.7.9'
<dependency org="org.webjars" name="tinymce" rev="4.7.9">
<artifact name="tinymce" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='tinymce', version='4.7.9')
)
libraryDependencies += "org.webjars" % "tinymce" % "4.7.9"
[org.webjars/tinymce "4.7.9"]