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

com.jaredrummler:android-processes 1.0.3

A small library to get the current running processes on Android

Группа

Группа

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

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

android-processes
Версия

Версия

1.0.3
Тип

Тип

aar

Скачать android-processes 1.0.3


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