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

com.jaredrummler:android-processes 1.0.4

A small library to get the current running processes on Android

Группа

Группа

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

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

android-processes
Версия

Версия

1.0.4
Тип

Тип

aar

Скачать android-processes 1.0.4


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