is not current version
Last Version 1.4

com.github.doobo:elfinder-api 1.0

A api file manager system demo base on spring boot

GroupId

GroupId

com.github.doobo
ArtifactId

ArtifactId

elfinder-api
Version

Version

1.0
Type

Type

jar

Download elfinder-api 1.0


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