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