Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-tinymce-tinymce-dist |
Version | Version4.7.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-tinymce-tinymce-dist/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-tinymce-tinymce-dist</artifactId>
<version>4.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-tinymce-tinymce-dist/
implementation 'org.webjars.npm:github-com-tinymce-tinymce-dist:4.7.5'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-tinymce-tinymce-dist/
implementation ("org.webjars.npm:github-com-tinymce-tinymce-dist:4.7.5")
'org.webjars.npm:github-com-tinymce-tinymce-dist:jar:4.7.5'
<dependency org="org.webjars.npm" name="github-com-tinymce-tinymce-dist" rev="4.7.5">
<artifact name="github-com-tinymce-tinymce-dist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-tinymce-tinymce-dist', version='4.7.5')
)
libraryDependencies += "org.webjars.npm" % "github-com-tinymce-tinymce-dist" % "4.7.5"
[org.webjars.npm/github-com-tinymce-tinymce-dist "4.7.5"]