libyuv-android

LibYuv for Android

Лицензия

Лицензия

Группа

Группа

io.github.crow-misia.libyuv
Идентификатор

Идентификатор

core
Последняя версия

Последняя версия

0.6.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

libyuv-android
LibYuv for Android
Ссылка на сайт

Ссылка на сайт

https://github.com/crow-misia/libyuv-android
Система контроля версий

Система контроля версий

https://github.com/crow-misia/libyuv-android

Скачать core

Имя Файла Размер
core-0.6.0.pom
core-0.6.0-sources.jar 27 KB
core-0.6.0-javadoc.jar 485 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.github.crow-misia.libyuv/core/ -->
<dependency>
    <groupId>io.github.crow-misia.libyuv</groupId>
    <artifactId>core</artifactId>
    <version>0.6.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.crow-misia.libyuv/core/
implementation 'io.github.crow-misia.libyuv:core:0.6.0'
// https://jarcasting.com/artifacts/io.github.crow-misia.libyuv/core/
implementation ("io.github.crow-misia.libyuv:core:0.6.0")
'io.github.crow-misia.libyuv:core:aar:0.6.0'
<dependency org="io.github.crow-misia.libyuv" name="core" rev="0.6.0">
  <artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.crow-misia.libyuv', module='core', version='0.6.0')
)
libraryDependencies += "io.github.crow-misia.libyuv" % "core" % "0.6.0"
[io.github.crow-misia.libyuv/core "0.6.0"]

Зависимости

runtime (1)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.21

Модули Проекта

Данный проект не имеет модулей.

libyuv-anrdroid

Android CI Maven Central License

Get Started

Gradle

Add dependencies (you can also add other modules that you need):

${latest.version} is Maven Central

dependencies {
    implementation "io.github.crow-misia.libyuv:libyuv-android:${latest.version}"
}

Make sure that you have either mavenCentral() in the list of repositories:

repository {
    mavenCentral()
}

License

The code in libyuv (https://chromium.googlesource.com/libyuv/libyuv/) follows the license and patent descriptions of libyuv. See LICENSE_LIBYUV and PATENTS_LIBYUV under the root of this repository. The originals can be found at the following URL.

https://chromium.googlesource.com/libyuv/libyuv/+/master/LICENSE https://chromium.googlesource.com/libyuv/libyuv/+/master/PATENTS

Copyright 2020, Zenichi Amano.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Версии библиотеки

Версия
0.6.0
0.5.0
0.4.1