Last Version

Google Android Tools ddmlib r16

A ddmlib jar that provides APIs for talking with Dalvik VM (both on Android phones and emulators).

License

License

GroupId

GroupId

com.android.ddmlib
ArtifactId

ArtifactId

ddmlib
Version

Version

r16
Type

Type

jar
Description

Description

Google Android Tools ddmlib
A ddmlib jar that provides APIs for talking with Dalvik VM (both on Android phones and emulators).
Project URL

Project URL

http://tools.android.com/
Source Code Management

Source Code Management

https://android.googlesource.com/

Download ddmlib r16


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.