GroupId | GroupIdcom.braintreepayments |
---|---|
ArtifactId | ArtifactIdbrowser-switch |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
browser-switch-1.0.0.pom | |
browser-switch-1.0.0.aar | 24 KB |
browser-switch-1.0.0-sources.jar | 9 KB |
browser-switch-1.0.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.braintreepayments/browser-switch/ -->
<dependency>
<groupId>com.braintreepayments</groupId>
<artifactId>browser-switch</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.braintreepayments/browser-switch/
implementation 'com.braintreepayments:browser-switch:1.0.0'
// https://jarcasting.com/artifacts/com.braintreepayments/browser-switch/
implementation ("com.braintreepayments:browser-switch:1.0.0")
'com.braintreepayments:browser-switch:aar:1.0.0'
<dependency org="com.braintreepayments" name="browser-switch" rev="1.0.0">
<artifact name="browser-switch" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.braintreepayments', module='browser-switch', version='1.0.0')
)
libraryDependencies += "com.braintreepayments" % "browser-switch" % "1.0.0"
[com.braintreepayments/browser-switch "1.0.0"]