is not current version
Last Version 1.2.1

io.github.duking666:ImgCompressPlugin 1.2.0

An Android gradle plugin that scans the resource directory in the project and performs batch image compression.

GroupId

GroupId

io.github.duking666
ArtifactId

ArtifactId

ImgCompressPlugin
Version

Version

1.2.0
Type

Type

jar

Download ImgCompressPlugin 1.2.0


<!-- https://jarcasting.com/artifacts/io.github.duking666/ImgCompressPlugin/ -->
<dependency>
    <groupId>io.github.duking666</groupId>
    <artifactId>ImgCompressPlugin</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.duking666/ImgCompressPlugin/
implementation 'io.github.duking666:ImgCompressPlugin:1.2.0'
// https://jarcasting.com/artifacts/io.github.duking666/ImgCompressPlugin/
implementation ("io.github.duking666:ImgCompressPlugin:1.2.0")
'io.github.duking666:ImgCompressPlugin:jar:1.2.0'
<dependency org="io.github.duking666" name="ImgCompressPlugin" rev="1.2.0">
  <artifact name="ImgCompressPlugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.duking666', module='ImgCompressPlugin', version='1.2.0')
)
libraryDependencies += "io.github.duking666" % "ImgCompressPlugin" % "1.2.0"
[io.github.duking666/ImgCompressPlugin "1.2.0"]