GroupId | GroupIdcom.box |
---|---|
ArtifactId | ArtifactIdbox-android-preview-sdk |
Version | Version2.0.5 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.box/box-android-preview-sdk/ -->
<dependency>
<groupId>com.box</groupId>
<artifactId>box-android-preview-sdk</artifactId>
<version>2.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.box/box-android-preview-sdk/
implementation 'com.box:box-android-preview-sdk:2.0.5'
// https://jarcasting.com/artifacts/com.box/box-android-preview-sdk/
implementation ("com.box:box-android-preview-sdk:2.0.5")
'com.box:box-android-preview-sdk:aar:2.0.5'
<dependency org="com.box" name="box-android-preview-sdk" rev="2.0.5">
<artifact name="box-android-preview-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.box', module='box-android-preview-sdk', version='2.0.5')
)
libraryDependencies += "com.box" % "box-android-preview-sdk" % "2.0.5"
[com.box/box-android-preview-sdk "2.0.5"]