AntiDots

Android library for displaying dots with some scroll containers

Лицензия

Лицензия

Категории

Категории

Ant Компиляция и сборка
Группа

Группа

io.github.geniusrus
Идентификатор

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

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

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

1.1.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

AntiDots
Android library for displaying dots with some scroll containers
Ссылка на сайт

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

https://github.com/GeniusRUS/AntiDots
Система контроля версий

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

https://github.com/GeniusRUS/AntiDots

Скачать antidots

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

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

Зависимости

runtime (4)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.30
androidx.core » core-ktx jar 1.3.2
androidx.appcompat » appcompat jar 1.2.0
com.google.android.material » material jar 1.3.0

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

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

AntiDots

Maven Central codebeat badge

Short description

Android library for displaying dots with some scroll containers

Install

Artifact is publishing to Maven Central. You can add this repository to your project with:

repositories {
    mavenCentral()
}

Add to your .gradle file:

implementation "io.github.geniusrus:antidots:$latest_version"

Sample

The sample is on example module

Developed by

License

Apache v2.0 License

Copyright (c) 2021 Viktor Likhanov

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

Версия
1.1.0