GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdtinymce |
Version | Version4.9.11 |
Type | Typejar |
Filename | Size |
---|---|
tinymce-4.9.11.pom | |
tinymce-4.9.11.jar | 531 KB |
tinymce-4.9.11-javadoc.jar | 517 KB |
Browse |
<!-- 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"]