is not current version
Last Version 1.1.1

com.exyui.android:debug-bottle-core 1.1.0

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

GroupId

GroupId

com.exyui.android
ArtifactId

ArtifactId

debug-bottle-core
Version

Version

1.1.0
Type

Type

aar

Download debug-bottle-core 1.1.0


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