GroupId | GroupIdcom.github.javakam |
---|---|
ArtifactId | ArtifactIdfile.compressor |
Version | Version1.6.0 |
Type | Typeaar |
Filename | Size |
---|---|
file.compressor-1.6.0.pom | |
file.compressor-1.6.0-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.javakam/file.compressor/ -->
<dependency>
<groupId>com.github.javakam</groupId>
<artifactId>file.compressor</artifactId>
<version>1.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.javakam/file.compressor/
implementation 'com.github.javakam:file.compressor:1.6.0'
// https://jarcasting.com/artifacts/com.github.javakam/file.compressor/
implementation ("com.github.javakam:file.compressor:1.6.0")
'com.github.javakam:file.compressor:aar:1.6.0'
<dependency org="com.github.javakam" name="file.compressor" rev="1.6.0">
<artifact name="file.compressor" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.javakam', module='file.compressor', version='1.6.0')
)
libraryDependencies += "com.github.javakam" % "file.compressor" % "1.6.0"
[com.github.javakam/file.compressor "1.6.0"]