is not current version
Last Version 2.6

net.fckeditor:java-core 2.5

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.5
Type

Type

jar

Download java-core 2.5


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