GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdckeditor-wordcount |
Version | Version1.17.4 |
Type | Typejar |
Filename | Size |
---|---|
ckeditor-wordcount-1.17.4.pom | |
ckeditor-wordcount-1.17.4.jar | 24 KB |
ckeditor-wordcount-1.17.4-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/ckeditor-wordcount/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>ckeditor-wordcount</artifactId>
<version>1.17.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/ckeditor-wordcount/
implementation 'org.webjars:ckeditor-wordcount:1.17.4'
// https://jarcasting.com/artifacts/org.webjars/ckeditor-wordcount/
implementation ("org.webjars:ckeditor-wordcount:1.17.4")
'org.webjars:ckeditor-wordcount:jar:1.17.4'
<dependency org="org.webjars" name="ckeditor-wordcount" rev="1.17.4">
<artifact name="ckeditor-wordcount" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='ckeditor-wordcount', version='1.17.4')
)
libraryDependencies += "org.webjars" % "ckeditor-wordcount" % "1.17.4"
[org.webjars/ckeditor-wordcount "1.17.4"]