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