| License |
License
GPL, LGPL, MPL
|
|---|---|
| Categories |
CategoriesJava Languages Net |
| GroupId | GroupIdnet.fckeditor |
| ArtifactId | ArtifactIdjava-core |
| Last Version | Last Version2.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFCKeditor.Java Integration Core
This Java library enables the FCKeditor to be used in a
Servlet/J2EE environment. It provides JSP tags for creating a
FCKeditor instance and a Servlet handling server-side user files
and folders.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| java-core-2.6.pom | |
| java-core-2.6.jar | 61 KB |
| java-core-2.6-sources.jar | 58 KB |
| java-core-2.6-javadoc.jar | 359 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.fckeditor/java-core/ -->
<dependency>
<groupId>net.fckeditor</groupId>
<artifactId>java-core</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.fckeditor/java-core/
implementation 'net.fckeditor:java-core:2.6'
// https://jarcasting.com/artifacts/net.fckeditor/java-core/
implementation ("net.fckeditor:java-core:2.6")
'net.fckeditor:java-core:jar:2.6'
<dependency org="net.fckeditor" name="java-core" rev="2.6">
<artifact name="java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.fckeditor', module='java-core', version='2.6')
)
libraryDependencies += "net.fckeditor" % "java-core" % "2.6"
[net.fckeditor/java-core "2.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-fileupload : commons-fileupload | jar | 1.2.1 |
| commons-io : commons-io | jar | 1.3.2 |
| org.devlib.schmidt : imageinfo | jar | 1.9 |
| org.slf4j : slf4j-api | jar | 1.5.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.4 |
| javax.servlet : jstl | jar | 1.1.2 |
| javax.servlet.jsp : jsp-api | jar | 2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.5 |
| org.slf4j : slf4j-nop | jar | 1.5.8 |
| org.mockito : mockito-all | jar | 1.7 |