| GroupId | GroupIdio.github.kochchy |
|---|---|
| ArtifactId | ArtifactIdsubsampling-image-compose |
| Version | Version0.3.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| subsampling-image-compose-0.3.0.pom | |
| subsampling-image-compose-0.3.0-sources.jar | 2 KB |
| subsampling-image-compose-0.3.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.kochchy/subsampling-image-compose/ -->
<dependency>
<groupId>io.github.kochchy</groupId>
<artifactId>subsampling-image-compose</artifactId>
<version>0.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.kochchy/subsampling-image-compose/
implementation 'io.github.kochchy:subsampling-image-compose:0.3.0'
// https://jarcasting.com/artifacts/io.github.kochchy/subsampling-image-compose/
implementation ("io.github.kochchy:subsampling-image-compose:0.3.0")
'io.github.kochchy:subsampling-image-compose:aar:0.3.0'
<dependency org="io.github.kochchy" name="subsampling-image-compose" rev="0.3.0">
<artifact name="subsampling-image-compose" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.kochchy', module='subsampling-image-compose', version='0.3.0')
)
libraryDependencies += "io.github.kochchy" % "subsampling-image-compose" % "0.3.0"
[io.github.kochchy/subsampling-image-compose "0.3.0"]