License |
License |
---|---|
GroupId | GroupIdcom.github.doobo |
ArtifactId | ArtifactIdelfinder-api |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionelfinder-api
A api file manager system demo base on spring boot
|
Filename | Size |
---|---|
elfinder-api-1.4.pom | |
elfinder-api-1.4.jar | 6 MB |
elfinder-api-1.4-sources.jar | 6 MB |
elfinder-api-1.4-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.doobo/elfinder-api/ -->
<dependency>
<groupId>com.github.doobo</groupId>
<artifactId>elfinder-api</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.doobo/elfinder-api/
implementation 'com.github.doobo:elfinder-api:1.4'
// https://jarcasting.com/artifacts/com.github.doobo/elfinder-api/
implementation ("com.github.doobo:elfinder-api:1.4")
'com.github.doobo:elfinder-api:jar:1.4'
<dependency org="com.github.doobo" name="elfinder-api" rev="1.4">
<artifact name="elfinder-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.doobo', module='elfinder-api', version='1.4')
)
libraryDependencies += "com.github.doobo" % "elfinder-api" % "1.4"
[com.github.doobo/elfinder-api "1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web Optional | jar | 2.2.6.RELEASE |
com.github.doobo : elfinder-core | jar | 1.4 |
org.codehaus.groovy : groovy-all | jar | 2.4.7 |
com.github.ulisesbocchio : jasypt-spring-boot-starter Optional | jar | 3.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |