GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdtinymce |
Version | Version4.1.9 |
Type | Typejar |
Filename | Size |
---|---|
tinymce-4.1.9.pom | |
tinymce-4.1.9.jar | 285 KB |
tinymce-4.1.9-javadoc.jar | 272 KB |
Browse |
<!-- 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"]