is not current version
Last Version 5.0.9

org.webjars:tinymce 4.9.11

WebJar for TinyMCE

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

tinymce
Version

Version

4.9.11
Type

Type

jar

Download tinymce 4.9.11


<!-- https://jarcasting.com/artifacts/org.webjars/tinymce/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>tinymce</artifactId>
    <version>4.9.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/tinymce/
implementation 'org.webjars:tinymce:4.9.11'
// https://jarcasting.com/artifacts/org.webjars/tinymce/
implementation ("org.webjars:tinymce:4.9.11")
'org.webjars:tinymce:jar:4.9.11'
<dependency org="org.webjars" name="tinymce" rev="4.9.11">
  <artifact name="tinymce" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='tinymce', version='4.9.11')
)
libraryDependencies += "org.webjars" % "tinymce" % "4.9.11"
[org.webjars/tinymce "4.9.11"]