is not current version
Last Version 1.1.3

com.mocklets:pluto 0.2.0-beta

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.mocklets
ArtifactId

ArtifactId

pluto
Version

Version

0.2.0-beta
Type

Type

aar

Download pluto 0.2.0-beta


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