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