GroupId | GroupIdcom.exyui.android |
---|---|
ArtifactId | ArtifactIddebug-bottle-core |
Version | Version1.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
debug-bottle-core-1.0.4.pom | |
debug-bottle-core-1.0.4.aar | 59 KB |
debug-bottle-core-1.0.4-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.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.exyui.android/debug-bottle-core/
implementation 'com.exyui.android:debug-bottle-core:1.0.4'
// https://jarcasting.com/artifacts/com.exyui.android/debug-bottle-core/
implementation ("com.exyui.android:debug-bottle-core:1.0.4")
'com.exyui.android:debug-bottle-core:aar:1.0.4'
<dependency org="com.exyui.android" name="debug-bottle-core" rev="1.0.4">
<artifact name="debug-bottle-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.exyui.android', module='debug-bottle-core', version='1.0.4')
)
libraryDependencies += "com.exyui.android" % "debug-bottle-core" % "1.0.4"
[com.exyui.android/debug-bottle-core "1.0.4"]