is not current version
Last Version 1.4

com.github.doobo:elfinder-parent 1.1

A web file manager system demo base on spring boot

GroupId

GroupId

com.github.doobo
ArtifactId

ArtifactId

elfinder-parent
Version

Version

1.1
Type

Type

pom

Download elfinder-parent 1.1

Filename Size
elfinder-parent-1.1.pom 7 KB
Browse

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