is not current version
Last Version 5.0.9

org.webjars:tinymce 4.1.9

WebJar for TinyMCE

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

tinymce
Version

Version

4.1.9
Type

Type

jar

Download tinymce 4.1.9


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