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