GroupId | GroupIdcom.exyui.android |
---|---|
ArtifactId | ArtifactIddebug-bottle-core |
Version | Version1.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
debug-bottle-core-1.1.0.pom | |
debug-bottle-core-1.1.0.aar | 61 KB |
debug-bottle-core-1.1.0-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.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"]