License |
License |
---|---|
GroupId | GroupIdio.github.stefanosiano.powerful_libraries |
ArtifactId | ArtifactIdimageview |
Last Version | Last Version1.0.23 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionPowerful Image View
Android library with a powerful ImageView with several added features. It currently provides a progress indicator, several shapes and blur support.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
imageview-1.0.23.pom | |
imageview-1.0.23-sources.jar | 120 KB |
imageview-1.0.23-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.stefanosiano.powerful_libraries/imageview/ -->
<dependency>
<groupId>io.github.stefanosiano.powerful_libraries</groupId>
<artifactId>imageview</artifactId>
<version>1.0.23</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.stefanosiano.powerful_libraries/imageview/
implementation 'io.github.stefanosiano.powerful_libraries:imageview:1.0.23'
// https://jarcasting.com/artifacts/io.github.stefanosiano.powerful_libraries/imageview/
implementation ("io.github.stefanosiano.powerful_libraries:imageview:1.0.23")
'io.github.stefanosiano.powerful_libraries:imageview:aar:1.0.23'
<dependency org="io.github.stefanosiano.powerful_libraries" name="imageview" rev="1.0.23">
<artifact name="imageview" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.stefanosiano.powerful_libraries', module='imageview', version='1.0.23')
)
libraryDependencies += "io.github.stefanosiano.powerful_libraries" % "imageview" % "1.0.23"
[io.github.stefanosiano.powerful_libraries/imageview "1.0.23"]
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.2.0 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.30 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.4.1 |