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