| GroupId | GroupIdio.github.mayohn |
|---|---|
| ArtifactId | ArtifactIdfastpng |
| Version | Version1.0.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| fastpng-1.0.1.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.mayohn/fastpng/ -->
<dependency>
<groupId>io.github.mayohn</groupId>
<artifactId>fastpng</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.mayohn/fastpng/
implementation 'io.github.mayohn:fastpng:1.0.1'
// https://jarcasting.com/artifacts/io.github.mayohn/fastpng/
implementation ("io.github.mayohn:fastpng:1.0.1")
'io.github.mayohn:fastpng:aar:1.0.1'
<dependency org="io.github.mayohn" name="fastpng" rev="1.0.1">
<artifact name="fastpng" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.mayohn', module='fastpng', version='1.0.1')
)
libraryDependencies += "io.github.mayohn" % "fastpng" % "1.0.1"
[io.github.mayohn/fastpng "1.0.1"]