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