GroupId | GroupIdcom.braintreepayments |
---|---|
ArtifactId | ArtifactIdbraintreehttp-testutils |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.braintreepayments/braintreehttp-testutils/ -->
<dependency>
<groupId>com.braintreepayments</groupId>
<artifactId>braintreehttp-testutils</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.braintreepayments/braintreehttp-testutils/
implementation 'com.braintreepayments:braintreehttp-testutils:1.3.0'
// https://jarcasting.com/artifacts/com.braintreepayments/braintreehttp-testutils/
implementation ("com.braintreepayments:braintreehttp-testutils:1.3.0")
'com.braintreepayments:braintreehttp-testutils:jar:1.3.0'
<dependency org="com.braintreepayments" name="braintreehttp-testutils" rev="1.3.0">
<artifact name="braintreehttp-testutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.braintreepayments', module='braintreehttp-testutils', version='1.3.0')
)
libraryDependencies += "com.braintreepayments" % "braintreehttp-testutils" % "1.3.0"
[com.braintreepayments/braintreehttp-testutils "1.3.0"]