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