GroupId | GroupIdcom.github.hippoom |
---|---|
ArtifactId | ArtifactIdonline-payment-starter |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
online-payment-starter-0.1.1.pom | |
online-payment-starter-0.1.1.jar | 484 bytes |
online-payment-starter-0.1.1-sources.jar | 484 bytes |
online-payment-starter-0.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hippoom/online-payment-starter/ -->
<dependency>
<groupId>com.github.hippoom</groupId>
<artifactId>online-payment-starter</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hippoom/online-payment-starter/
implementation 'com.github.hippoom:online-payment-starter:0.1.1'
// https://jarcasting.com/artifacts/com.github.hippoom/online-payment-starter/
implementation ("com.github.hippoom:online-payment-starter:0.1.1")
'com.github.hippoom:online-payment-starter:jar:0.1.1'
<dependency org="com.github.hippoom" name="online-payment-starter" rev="0.1.1">
<artifact name="online-payment-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hippoom', module='online-payment-starter', version='0.1.1')
)
libraryDependencies += "com.github.hippoom" % "online-payment-starter" % "0.1.1"
[com.github.hippoom/online-payment-starter "0.1.1"]