Categories |
CategoriesAngular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdangular-ckeditor |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
angular-ckeditor-0.3.0.pom | |
angular-ckeditor-0.3.0.jar | 12 KB |
angular-ckeditor-0.3.0-sources.jar | 22 bytes |
angular-ckeditor-0.3.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/angular-ckeditor/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>angular-ckeditor</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/angular-ckeditor/
implementation 'org.webjars.npm:angular-ckeditor:0.3.0'
// https://jarcasting.com/artifacts/org.webjars.npm/angular-ckeditor/
implementation ("org.webjars.npm:angular-ckeditor:0.3.0")
'org.webjars.npm:angular-ckeditor:jar:0.3.0'
<dependency org="org.webjars.npm" name="angular-ckeditor" rev="0.3.0">
<artifact name="angular-ckeditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='angular-ckeditor', version='0.3.0')
)
libraryDependencies += "org.webjars.npm" % "angular-ckeditor" % "0.3.0"
[org.webjars.npm/angular-ckeditor "0.3.0"]