is not current version
Last Version 2.0.2-beta2

com.plutolib.plugins:preferences 1.1.5-alpha

Pluto is a on-device debugger for Android applications, which helps in inspection of HTTP requests/responses, capture Crashes and ANRs and manipulating application data on-the-go.

GroupId

GroupId

com.plutolib.plugins
ArtifactId

ArtifactId

preferences
Version

Version

1.1.5-alpha
Type

Type

aar

Download preferences 1.1.5-alpha


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