is not current version
Last Version 0.1.4

com.itlgl.android:androiddebuglib 0.1.3

Android debug lib is a powerful debugging library, which is convenient for developers to debug the database, preferences, file browsing and other functions in applications

GroupId

GroupId

com.itlgl.android
ArtifactId

ArtifactId

androiddebuglib
Version

Version

0.1.3
Type

Type

aar

Download androiddebuglib 0.1.3


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