is not current version
Last Version 1.1.1

com.jaredrummler:android-processes 1.0.2

A small library to get the current running processes on Android

GroupId

GroupId

com.jaredrummler
ArtifactId

ArtifactId

android-processes
Version

Version

1.0.2
Type

Type

aar

Download android-processes 1.0.2


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