Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.vogle.sbpayment |
ArtifactId | ArtifactIdsbpayment-client |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
sbpayment-client-0.1.1.pom | |
sbpayment-client-0.1.1.jar | 54 KB |
sbpayment-client-0.1.1-sources.jar | 38 KB |
sbpayment-client-0.1.1-javadoc.jar | 199 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vogle.sbpayment/sbpayment-client/ -->
<dependency>
<groupId>com.vogle.sbpayment</groupId>
<artifactId>sbpayment-client</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.vogle.sbpayment/sbpayment-client/
implementation 'com.vogle.sbpayment:sbpayment-client:0.1.1'
// https://jarcasting.com/artifacts/com.vogle.sbpayment/sbpayment-client/
implementation ("com.vogle.sbpayment:sbpayment-client:0.1.1")
'com.vogle.sbpayment:sbpayment-client:jar:0.1.1'
<dependency org="com.vogle.sbpayment" name="sbpayment-client" rev="0.1.1">
<artifact name="sbpayment-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vogle.sbpayment', module='sbpayment-client', version='0.1.1')
)
libraryDependencies += "com.vogle.sbpayment" % "sbpayment-client" % "0.1.1"
[com.vogle.sbpayment/sbpayment-client "0.1.1"]