| GroupId | GroupIdcom.3xcool |
|---|---|
| ArtifactId | ArtifactIdfileman |
| Version | Version2.2.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| fileman-2.2.0.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.3xcool/fileman/ -->
<dependency>
<groupId>com.3xcool</groupId>
<artifactId>fileman</artifactId>
<version>2.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.3xcool/fileman/
implementation 'com.3xcool:fileman:2.2.0'
// https://jarcasting.com/artifacts/com.3xcool/fileman/
implementation ("com.3xcool:fileman:2.2.0")
'com.3xcool:fileman:aar:2.2.0'
<dependency org="com.3xcool" name="fileman" rev="2.2.0">
<artifact name="fileman" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.3xcool', module='fileman', version='2.2.0')
)
libraryDependencies += "com.3xcool" % "fileman" % "2.2.0"
[com.3xcool/fileman "2.2.0"]