License |
License |
---|---|
GroupId | GroupIdcom.github.doobo |
ArtifactId | ArtifactIdelfinder-parent |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionelfinder-parent
A web file manager system demo base on spring boot
|
Project URL |
Project URL |
Filename | Size |
---|---|
elfinder-parent-1.4.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.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.doobo/elfinder-parent/
implementation 'com.github.doobo:elfinder-parent:1.4'
// https://jarcasting.com/artifacts/com.github.doobo/elfinder-parent/
implementation ("com.github.doobo:elfinder-parent:1.4")
'com.github.doobo:elfinder-parent:pom:1.4'
<dependency org="com.github.doobo" name="elfinder-parent" rev="1.4">
<artifact name="elfinder-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.doobo', module='elfinder-parent', version='1.4')
)
libraryDependencies += "com.github.doobo" % "elfinder-parent" % "1.4"
[com.github.doobo/elfinder-parent "1.4"]