License |
License |
---|---|
GroupId | GroupIdcom.exyui.android |
ArtifactId | ArtifactIddebug-bottle-core |
Version | Version1.1.1 |
Type | Typeaar |
Description |
DescriptionDebug Bottle
ð¼Debug Bottle is an Android debug / develop tools written using kotlin language.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
debug-bottle-core-1.1.1.pom | |
debug-bottle-core-1.1.1.aar | 61 KB |
debug-bottle-core-1.1.1-sources.jar | 1001 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.exyui.android/debug-bottle-core/ -->
<dependency>
<groupId>com.exyui.android</groupId>
<artifactId>debug-bottle-core</artifactId>
<version>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.exyui.android/debug-bottle-core/
implementation 'com.exyui.android:debug-bottle-core:1.1.1'
// https://jarcasting.com/artifacts/com.exyui.android/debug-bottle-core/
implementation ("com.exyui.android:debug-bottle-core:1.1.1")
'com.exyui.android:debug-bottle-core:aar:1.1.1'
<dependency org="com.exyui.android" name="debug-bottle-core" rev="1.1.1">
<artifact name="debug-bottle-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.exyui.android', module='debug-bottle-core', version='1.1.1')
)
libraryDependencies += "com.exyui.android" % "debug-bottle-core" % "1.1.1"
[com.exyui.android/debug-bottle-core "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.1.0 |