AAR

Android aar library

Лицензия

Лицензия

Группа

Группа

io.github.faob-dev
Идентификатор

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

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

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

1.0.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

AAR
Android aar library
Ссылка на сайт

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

https://github.com/faob-dev/Tutorials
Система контроля версий

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

https://github.com/faob-dev/Tutorials

Скачать aar

Имя Файла Размер
aar-1.0.0.pom
aar-1.0.0.aar 446 KB
aar-1.0.0-sources.jar 831 bytes
aar-1.0.0-javadoc.jar 18 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

Tutorials

Clone repo and open specific tutorial in your favourite IDE with gradle support

Java Native Access (JNA)

  • T1 : Calling android C/C++ code with Java Native Access (JNA)
  • T2 : Building android shared library and calling with Java Native Access (JNA)
  • T3 : Building and using multiple android shared libraries
  • T4 : Handling C++ callbacks, Logging and exceptions with Java Native Access (JNA)
  • T5 : Mapping primitive, structure, array, NIO buffer, class and object types with Java Native Access (JNA)
  • T6 : Image processing android app with Java Native Access (JNA)

Publishing Android Archive (AAR)

  • AAR : Creating Android Archive (AAR), publishing to jCenter and using it in android project
  • MavenAAR : Creating Android Archive (AAR), publishing to Maven Central and using it in android project

Author

FaoB

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

Версия
1.0.0