is not current version
Last Version 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.

GroupId

GroupId

com.github.skydoves
ArtifactId

ArtifactId

only
Version

Version

1.0.7
Type

Type

aar

Download only 1.0.7


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