Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.bleumi |
ArtifactId | ArtifactIdbleumi-pay-sdk-java |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bleumi/bleumi-pay-sdk-java/ -->
<dependency>
<groupId>com.github.bleumi</groupId>
<artifactId>bleumi-pay-sdk-java</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bleumi/bleumi-pay-sdk-java/
implementation 'com.github.bleumi:bleumi-pay-sdk-java:1.0.5'
// https://jarcasting.com/artifacts/com.github.bleumi/bleumi-pay-sdk-java/
implementation ("com.github.bleumi:bleumi-pay-sdk-java:1.0.5")
'com.github.bleumi:bleumi-pay-sdk-java:jar:1.0.5'
<dependency org="com.github.bleumi" name="bleumi-pay-sdk-java" rev="1.0.5">
<artifact name="bleumi-pay-sdk-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bleumi', module='bleumi-pay-sdk-java', version='1.0.5')
)
libraryDependencies += "com.github.bleumi" % "bleumi-pay-sdk-java" % "1.0.5"
[com.github.bleumi/bleumi-pay-sdk-java "1.0.5"]