is not current version
Last Version 3.0.1

com.jenzz.appstate:appstate 3.0.0

A simple Android library that monitors app state changes (background / foreground).

GroupId

GroupId

com.jenzz.appstate
ArtifactId

ArtifactId

appstate
Version

Version

3.0.0
Type

Type

aar

Download appstate 3.0.0


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