is not current version
Last Version 1.1.1

com.exyui.android:debug-bottle-runtime 1.0.1

🍼Debug Bottle is an Android debug / develop tools written using kotlin language.

GroupId

GroupId

com.exyui.android
ArtifactId

ArtifactId

debug-bottle-runtime
Version

Version

1.0.1
Type

Type

aar

Download debug-bottle-runtime 1.0.1


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