is not current version
Last Version 1.4

com.github.doobo:elfinder-parent 1.2

A web file manager system demo base on spring boot

GroupId

GroupId

com.github.doobo
ArtifactId

ArtifactId

elfinder-parent
Version

Version

1.2
Type

Type

pom

Download elfinder-parent 1.2

Filename Size
elfinder-parent-1.2.pom 5 KB
Browse

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