is not current version
Last Version 1.0.2

com.gitlab.jhonsapp:file-manager 1.0.1

File Manager is an open source project created by Jhonys Camacho and Jhonathan Camacho to facilitate the file management in local and remote repositories.

GroupId

GroupId

com.gitlab.jhonsapp
ArtifactId

ArtifactId

file-manager
Version

Version

1.0.1
Type

Type

jar

Download file-manager 1.0.1


<!-- https://jarcasting.com/artifacts/com.gitlab.jhonsapp/file-manager/ -->
<dependency>
    <groupId>com.gitlab.jhonsapp</groupId>
    <artifactId>file-manager</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.jhonsapp/file-manager/
implementation 'com.gitlab.jhonsapp:file-manager:1.0.1'
// https://jarcasting.com/artifacts/com.gitlab.jhonsapp/file-manager/
implementation ("com.gitlab.jhonsapp:file-manager:1.0.1")
'com.gitlab.jhonsapp:file-manager:jar:1.0.1'
<dependency org="com.gitlab.jhonsapp" name="file-manager" rev="1.0.1">
  <artifact name="file-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.jhonsapp', module='file-manager', version='1.0.1')
)
libraryDependencies += "com.gitlab.jhonsapp" % "file-manager" % "1.0.1"
[com.gitlab.jhonsapp/file-manager "1.0.1"]