is not current version
Last Version 2.0.4

com.eygraber:android-debug-db-base 2.0.3

Android Debug Database is a powerful library for debugging databases in Android applications

GroupId

GroupId

com.eygraber
ArtifactId

ArtifactId

android-debug-db-base
Version

Version

2.0.3
Type

Type

aar

Download android-debug-db-base 2.0.3


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