GroupId | GroupIdcom.paypal.butterfly |
---|---|
ArtifactId | ArtifactIdbutterfly-api |
Version | Version3.0.0-M6 |
Type | Typejar |
Filename | Size |
---|---|
butterfly-api-3.0.0-M6.pom | |
butterfly-api-3.0.0-M6.jar | 5 KB |
butterfly-api-3.0.0-M6-sources.jar | 8 KB |
butterfly-api-3.0.0-M6-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.paypal.butterfly/butterfly-api/ -->
<dependency>
<groupId>com.paypal.butterfly</groupId>
<artifactId>butterfly-api</artifactId>
<version>3.0.0-M6</version>
</dependency>
// https://jarcasting.com/artifacts/com.paypal.butterfly/butterfly-api/
implementation 'com.paypal.butterfly:butterfly-api:3.0.0-M6'
// https://jarcasting.com/artifacts/com.paypal.butterfly/butterfly-api/
implementation ("com.paypal.butterfly:butterfly-api:3.0.0-M6")
'com.paypal.butterfly:butterfly-api:jar:3.0.0-M6'
<dependency org="com.paypal.butterfly" name="butterfly-api" rev="3.0.0-M6">
<artifact name="butterfly-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.paypal.butterfly', module='butterfly-api', version='3.0.0-M6')
)
libraryDependencies += "com.paypal.butterfly" % "butterfly-api" % "3.0.0-M6"
[com.paypal.butterfly/butterfly-api "3.0.0-M6"]