is not current version
Last Version 1.3.1

com.jonathanfinerty.once:once 1.3.0

A small Android library to manage one-off operations for API 14 and higher.

GroupId

GroupId

com.jonathanfinerty.once
ArtifactId

ArtifactId

once
Version

Version

1.3.0
Type

Type

aar

Download once 1.3.0


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