Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.thiagolocatelli |
ArtifactId | ArtifactIdpinpayments-java |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
pinpayments-java-1.0.pom | |
pinpayments-java-1.0.jar | 38 KB |
pinpayments-java-1.0-sources.jar | 21 KB |
pinpayments-java-1.0-javadoc.jar | 205 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thiagolocatelli/pinpayments-java/ -->
<dependency>
<groupId>com.github.thiagolocatelli</groupId>
<artifactId>pinpayments-java</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thiagolocatelli/pinpayments-java/
implementation 'com.github.thiagolocatelli:pinpayments-java:1.0'
// https://jarcasting.com/artifacts/com.github.thiagolocatelli/pinpayments-java/
implementation ("com.github.thiagolocatelli:pinpayments-java:1.0")
'com.github.thiagolocatelli:pinpayments-java:jar:1.0'
<dependency org="com.github.thiagolocatelli" name="pinpayments-java" rev="1.0">
<artifact name="pinpayments-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thiagolocatelli', module='pinpayments-java', version='1.0')
)
libraryDependencies += "com.github.thiagolocatelli" % "pinpayments-java" % "1.0"
[com.github.thiagolocatelli/pinpayments-java "1.0"]