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

io.github.kamaravichow:commons 1.2.0

Commonly used libraries and utils

Группа

Группа

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

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

commons
Версия

Версия

1.2.0
Тип

Тип

aar

Скачать commons 1.2.0

Имя Файла Размер
commons-1.2.0.pom
commons-1.2.0-sources.jar 103 KB
Обзор

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