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