GroupId | GroupIdcom.exyui.android |
---|---|
ArtifactId | ArtifactIddebug-bottle-runtime |
Version | Version1.0.0EAP-beta |
Type | Typeaar |
Filename | Size |
---|---|
debug-bottle-runtime-1.0.0EAP-beta.pom | |
debug-bottle-runtime-1.0.0EAP-beta.aar | 5 KB |
debug-bottle-runtime-1.0.0EAP-beta-sources.jar | 851 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.exyui.android/debug-bottle-runtime/ -->
<dependency>
<groupId>com.exyui.android</groupId>
<artifactId>debug-bottle-runtime</artifactId>
<version>1.0.0EAP-beta</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.exyui.android/debug-bottle-runtime/
implementation 'com.exyui.android:debug-bottle-runtime:1.0.0EAP-beta'
// https://jarcasting.com/artifacts/com.exyui.android/debug-bottle-runtime/
implementation ("com.exyui.android:debug-bottle-runtime:1.0.0EAP-beta")
'com.exyui.android:debug-bottle-runtime:aar:1.0.0EAP-beta'
<dependency org="com.exyui.android" name="debug-bottle-runtime" rev="1.0.0EAP-beta">
<artifact name="debug-bottle-runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.exyui.android', module='debug-bottle-runtime', version='1.0.0EAP-beta')
)
libraryDependencies += "com.exyui.android" % "debug-bottle-runtime" % "1.0.0EAP-beta"
[com.exyui.android/debug-bottle-runtime "1.0.0EAP-beta"]