GroupId | GroupIdcom.github.javakam |
---|---|
ArtifactId | ArtifactIdfile.compressor |
Version | Version1.4.2 |
Type | Typeaar |
Filename | Size |
---|---|
file.compressor-1.4.2.pom | |
file.compressor-1.4.2-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.4.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.javakam/file.compressor/
implementation 'com.github.javakam:file.compressor:1.4.2'
// https://jarcasting.com/artifacts/com.github.javakam/file.compressor/
implementation ("com.github.javakam:file.compressor:1.4.2")
'com.github.javakam:file.compressor:aar:1.4.2'
<dependency org="com.github.javakam" name="file.compressor" rev="1.4.2">
<artifact name="file.compressor" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.javakam', module='file.compressor', version='1.4.2')
)
libraryDependencies += "com.github.javakam" % "file.compressor" % "1.4.2"
[com.github.javakam/file.compressor "1.4.2"]