Last Version

adblib 1.3

A Java library implementation of the ADB (Android Debug Bridge) network protocol.

License

License

GroupId

GroupId

com.tananaev
ArtifactId

ArtifactId

adblib
Version

Version

1.3
Type

Type

jar
Description

Description

adblib
A Java library implementation of the ADB (Android Debug Bridge) network protocol.
Project URL

Project URL

https://github.com/tananaev/adblib
Source Code Management

Source Code Management

https://github.com/tananaev/adblib

Download adblib 1.3


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.