is not current version
Last Version 1.4

com.github.doobo:elfinder-core 1.1

implements elfinder interface by java

GroupId

GroupId

com.github.doobo
ArtifactId

ArtifactId

elfinder-core
Version

Version

1.1
Type

Type

jar

Download elfinder-core 1.1


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