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