| GroupId | GroupIdcom.eygraber |
|---|---|
| ArtifactId | ArtifactIdandroid-debug-db |
| Version | Version2.0.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| android-debug-db-2.0.3.pom | |
| android-debug-db-2.0.3-sources.jar | 2 KB |
| android-debug-db-2.0.3-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.eygraber/android-debug-db/ -->
<dependency>
<groupId>com.eygraber</groupId>
<artifactId>android-debug-db</artifactId>
<version>2.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.eygraber/android-debug-db/
implementation 'com.eygraber:android-debug-db:2.0.3'
// https://jarcasting.com/artifacts/com.eygraber/android-debug-db/
implementation ("com.eygraber:android-debug-db:2.0.3")
'com.eygraber:android-debug-db:aar:2.0.3'
<dependency org="com.eygraber" name="android-debug-db" rev="2.0.3">
<artifact name="android-debug-db" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.eygraber', module='android-debug-db', version='2.0.3')
)
libraryDependencies += "com.eygraber" % "android-debug-db" % "2.0.3"
[com.eygraber/android-debug-db "2.0.3"]