GroupId | GroupIdcom.paypal |
---|---|
ArtifactId | ArtifactIdpaypalhttp |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
paypalhttp-1.0.0.pom | |
paypalhttp-1.0.0.jar | 37 KB |
paypalhttp-1.0.0-sources.jar | 19 KB |
paypalhttp-1.0.0-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.paypal/paypalhttp/ -->
<dependency>
<groupId>com.paypal</groupId>
<artifactId>paypalhttp</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.paypal/paypalhttp/
implementation 'com.paypal:paypalhttp:1.0.0'
// https://jarcasting.com/artifacts/com.paypal/paypalhttp/
implementation ("com.paypal:paypalhttp:1.0.0")
'com.paypal:paypalhttp:jar:1.0.0'
<dependency org="com.paypal" name="paypalhttp" rev="1.0.0">
<artifact name="paypalhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.paypal', module='paypalhttp', version='1.0.0')
)
libraryDependencies += "com.paypal" % "paypalhttp" % "1.0.0"
[com.paypal/paypalhttp "1.0.0"]