GroupId | GroupIdcom.exyui.android |
---|---|
ArtifactId | ArtifactIddebug-bottle-runtime |
Version | Version1.0.6-support22 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.exyui.android/debug-bottle-runtime/ -->
<dependency>
<groupId>com.exyui.android</groupId>
<artifactId>debug-bottle-runtime</artifactId>
<version>1.0.6-support22</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.exyui.android/debug-bottle-runtime/
implementation 'com.exyui.android:debug-bottle-runtime:1.0.6-support22'
// https://jarcasting.com/artifacts/com.exyui.android/debug-bottle-runtime/
implementation ("com.exyui.android:debug-bottle-runtime:1.0.6-support22")
'com.exyui.android:debug-bottle-runtime:aar:1.0.6-support22'
<dependency org="com.exyui.android" name="debug-bottle-runtime" rev="1.0.6-support22">
<artifact name="debug-bottle-runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.exyui.android', module='debug-bottle-runtime', version='1.0.6-support22')
)
libraryDependencies += "com.exyui.android" % "debug-bottle-runtime" % "1.0.6-support22"
[com.exyui.android/debug-bottle-runtime "1.0.6-support22"]