| Группа | Группаorg.webjars |
|---|---|
| Идентификатор | Идентификаторtinymce-jquery |
| Версия | Версия4.0.16 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tinymce-jquery-4.0.16.pom | |
| tinymce-jquery-4.0.16.jar | 270 KB |
| tinymce-jquery-4.0.16-javadoc.jar | 255 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars/tinymce-jquery/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>tinymce-jquery</artifactId>
<version>4.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/tinymce-jquery/
implementation 'org.webjars:tinymce-jquery:4.0.16'
// https://jarcasting.com/artifacts/org.webjars/tinymce-jquery/
implementation ("org.webjars:tinymce-jquery:4.0.16")
'org.webjars:tinymce-jquery:jar:4.0.16'
<dependency org="org.webjars" name="tinymce-jquery" rev="4.0.16">
<artifact name="tinymce-jquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='tinymce-jquery', version='4.0.16')
)
libraryDependencies += "org.webjars" % "tinymce-jquery" % "4.0.16"
[org.webjars/tinymce-jquery "4.0.16"]