is not current version
Last Version 1.1.3

com.mocklets:pluto 1.0.1

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

1.0.1
Type

Type

aar

Download pluto 1.0.1

Filename Size
pluto-1.0.1.pom
Browse

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