| License |
License |
|---|---|
| GroupId | GroupIdio.github.ZCSDK |
| ArtifactId | ArtifactIdimgloader |
| Version | Version1.0 |
| Type | Typeaar |
| Description |
Descriptionimgloader
sobot imageloader
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| imgloader-1.0.pom | |
| imgloader-1.0-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ZCSDK/imgloader/ -->
<dependency>
<groupId>io.github.ZCSDK</groupId>
<artifactId>imgloader</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ZCSDK/imgloader/
implementation 'io.github.ZCSDK:imgloader:1.0'
// https://jarcasting.com/artifacts/io.github.ZCSDK/imgloader/
implementation ("io.github.ZCSDK:imgloader:1.0")
'io.github.ZCSDK:imgloader:aar:1.0'
<dependency org="io.github.ZCSDK" name="imgloader" rev="1.0">
<artifact name="imgloader" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.ZCSDK', module='imgloader', version='1.0')
)
libraryDependencies += "io.github.ZCSDK" % "imgloader" % "1.0"
[io.github.ZCSDK/imgloader "1.0"]