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