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

com.github.skydoves:only 1.0.7

An easy way to persist and run code block only as many times as necessary on Android.

Группа

Группа

com.github.skydoves
Идентификатор

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

only
Версия

Версия

1.0.7
Тип

Тип

aar

Скачать only 1.0.7

Имя Файла Размер
only-1.0.7.pom
only-1.0.7.aar 38 KB
only-1.0.7-sources.jar 4 KB
only-1.0.7-javadoc.jar 261 bytes
Обзор

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