| Группа | Группаcom.facebook.fresco |
|---|---|
| Идентификатор | Идентификаторimagepipeline-base |
| Версия | Версия1.14.2 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| imagepipeline-base-1.14.2.pom | |
| imagepipeline-base-1.14.2.aar | 129 KB |
| imagepipeline-base-1.14.2-sources.jar | 109 KB |
| imagepipeline-base-1.14.2-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.facebook.fresco/imagepipeline-base/ -->
<dependency>
<groupId>com.facebook.fresco</groupId>
<artifactId>imagepipeline-base</artifactId>
<version>1.14.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.fresco/imagepipeline-base/
implementation 'com.facebook.fresco:imagepipeline-base:1.14.2'
// https://jarcasting.com/artifacts/com.facebook.fresco/imagepipeline-base/
implementation ("com.facebook.fresco:imagepipeline-base:1.14.2")
'com.facebook.fresco:imagepipeline-base:aar:1.14.2'
<dependency org="com.facebook.fresco" name="imagepipeline-base" rev="1.14.2">
<artifact name="imagepipeline-base" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.fresco', module='imagepipeline-base', version='1.14.2')
)
libraryDependencies += "com.facebook.fresco" % "imagepipeline-base" % "1.14.2"
[com.facebook.fresco/imagepipeline-base "1.14.2"]