is not current version
Last Version 1.4

com.github.doobo:elfinder-core 1.0

implements elfinder interface by java

GroupId

GroupId

com.github.doobo
ArtifactId

ArtifactId

elfinder-core
Version

Version

1.0
Type

Type

jar

Download elfinder-core 1.0


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