AntiDots

Android library for displaying dots with some scroll containers

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

io.github.geniusrus
ArtifactId

ArtifactId

antidots
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

AntiDots
Android library for displaying dots with some scroll containers
Project URL

Project URL

https://github.com/GeniusRUS/AntiDots
Source Code Management

Source Code Management

https://github.com/GeniusRUS/AntiDots

Download antidots

How to add to project

<!-- 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"]

Dependencies

runtime (4)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.1.0