Android Kits Base (Core)

Base APIs for libraries in Android Kits collections.

Лицензия

Лицензия

Группа

Группа

dev.supasintatiyanupanwong.libraries.android.kits.base
Идентификатор

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

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

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

1.0.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

Android Kits Base (Core)
Base APIs for libraries in Android Kits collections.
Ссылка на сайт

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

https://github.com/SupasinTatiyanupanwong/android-kits-base/
Система контроля версий

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

https://github.com/SupasinTatiyanupanwong/android-kits-base/

Скачать base-core

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

<!-- https://jarcasting.com/artifacts/dev.supasintatiyanupanwong.libraries.android.kits.base/base-core/ -->
<dependency>
    <groupId>dev.supasintatiyanupanwong.libraries.android.kits.base</groupId>
    <artifactId>base-core</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.supasintatiyanupanwong.libraries.android.kits.base/base-core/
implementation 'dev.supasintatiyanupanwong.libraries.android.kits.base:base-core:1.0.0'
// https://jarcasting.com/artifacts/dev.supasintatiyanupanwong.libraries.android.kits.base/base-core/
implementation ("dev.supasintatiyanupanwong.libraries.android.kits.base:base-core:1.0.0")
'dev.supasintatiyanupanwong.libraries.android.kits.base:base-core:aar:1.0.0'
<dependency org="dev.supasintatiyanupanwong.libraries.android.kits.base" name="base-core" rev="1.0.0">
  <artifact name="base-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.supasintatiyanupanwong.libraries.android.kits.base', module='base-core', version='1.0.0')
)
libraryDependencies += "dev.supasintatiyanupanwong.libraries.android.kits.base" % "base-core" % "1.0.0"
[dev.supasintatiyanupanwong.libraries.android.kits.base/base-core "1.0.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
androidx.annotation » annotation jar 1.2.0

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

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

Android Kits Base

Maven Central javadoc license

Base APIs for libraries in Android Kits collections

Architecture

The library consists of 3 artifacts; base-core, base-google, and base-huawei.

base-core artifact provides an abstraction interface to interact with Base APIs.

base-google artifact provides the Google-specific implementation to Base Kit.

base-huawei artifact provides the Huawei-specific implementation to Base Kit.

Declaring dependencies

Add the dependencies for the artifacts you need in the build.gradle file for your app or module:

dependencies {
    // To be used only if the vendor-specific implementation is not need for Base APIs
    implementation 'dev.supasintatiyanupanwong.libraries.android.kits.base:base-core:1.0.0'

    // To use the Google-specific implementation for Base APIs
    implementation 'dev.supasintatiyanupanwong.libraries.android.kits.base:base-google:1.0.0'

    // To use the Huawei-specific implementation for Base APIs
    implementation 'dev.supasintatiyanupanwong.libraries.android.kits.base:base-huawei:1.0.0'
}

It should be noted, however, that there is usually no need to explicitly declare dependencies for this.

For more information about dependencies, see Add build dependencies.

Feedback

Your feedback helps make Android Kits Base better. Let us know if you discover new issues or have ideas for improving this library. Please take a look at the existing issues in this library before you create a new one.

License

Copyright (C) 2020 Supasin Tatiyanupanwong

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.

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

Версия
1.0.0