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