License |
License |
---|---|
GroupId | GroupIdio.github.stefanosiano.powerful_libraries |
ArtifactId | ArtifactIdimageview |
Version | Version1.0.21 |
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.21.pom | |
imageview-1.0.21-sources.jar | 120 KB |
imageview-1.0.21-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.21</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.stefanosiano.powerful_libraries/imageview/
implementation 'io.github.stefanosiano.powerful_libraries:imageview:1.0.21'
// https://jarcasting.com/artifacts/io.github.stefanosiano.powerful_libraries/imageview/
implementation ("io.github.stefanosiano.powerful_libraries:imageview:1.0.21")
'io.github.stefanosiano.powerful_libraries:imageview:aar:1.0.21'
<dependency org="io.github.stefanosiano.powerful_libraries" name="imageview" rev="1.0.21">
<artifact name="imageview" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.stefanosiano.powerful_libraries', module='imageview', version='1.0.21')
)
libraryDependencies += "io.github.stefanosiano.powerful_libraries" % "imageview" % "1.0.21"
[io.github.stefanosiano.powerful_libraries/imageview "1.0.21"]