GroupId | GroupIdcom.paypal |
---|---|
ArtifactId | ArtifactIdparent_2.11 |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
parent_2.11-0.2.0.pom | |
parent_2.11-0.2.0.jar | 268 bytes |
parent_2.11-0.2.0-sources.jar | 243 bytes |
parent_2.11-0.2.0-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.paypal/parent_2.11/ -->
<dependency>
<groupId>com.paypal</groupId>
<artifactId>parent_2.11</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.paypal/parent_2.11/
implementation 'com.paypal:parent_2.11:0.2.0'
// https://jarcasting.com/artifacts/com.paypal/parent_2.11/
implementation ("com.paypal:parent_2.11:0.2.0")
'com.paypal:parent_2.11:jar:0.2.0'
<dependency org="com.paypal" name="parent_2.11" rev="0.2.0">
<artifact name="parent_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.paypal', module='parent_2.11', version='0.2.0')
)
libraryDependencies += "com.paypal" % "parent_2.11" % "0.2.0"
[com.paypal/parent_2.11 "0.2.0"]