is not current version
Last Version 2.6

net.fckeditor:java-core 2.4.2

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.

Categories

Categories

Java Languages Net
GroupId

GroupId

net.fckeditor
ArtifactId

ArtifactId

java-core
Version

Version

2.4.2
Type

Type

jar

Download java-core 2.4.2


<!-- https://jarcasting.com/artifacts/net.fckeditor/java-core/ -->
<dependency>
    <groupId>net.fckeditor</groupId>
    <artifactId>java-core</artifactId>
    <version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.fckeditor/java-core/
implementation 'net.fckeditor:java-core:2.4.2'
// https://jarcasting.com/artifacts/net.fckeditor/java-core/
implementation ("net.fckeditor:java-core:2.4.2")
'net.fckeditor:java-core:jar:2.4.2'
<dependency org="net.fckeditor" name="java-core" rev="2.4.2">
  <artifact name="java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.fckeditor', module='java-core', version='2.4.2')
)
libraryDependencies += "net.fckeditor" % "java-core" % "2.4.2"
[net.fckeditor/java-core "2.4.2"]