GroupId | GroupIdcom.fastchar |
---|---|
ArtifactId | ArtifactIdfastchar-pay |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
fastchar-pay-1.0.3.pom | |
fastchar-pay-1.0.3.jar | 58 KB |
fastchar-pay-1.0.3-sources.jar | 18 KB |
fastchar-pay-1.0.3-javadoc.jar | 184 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fastchar/fastchar-pay/ -->
<dependency>
<groupId>com.fastchar</groupId>
<artifactId>fastchar-pay</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.fastchar/fastchar-pay/
implementation 'com.fastchar:fastchar-pay:1.0.3'
// https://jarcasting.com/artifacts/com.fastchar/fastchar-pay/
implementation ("com.fastchar:fastchar-pay:1.0.3")
'com.fastchar:fastchar-pay:jar:1.0.3'
<dependency org="com.fastchar" name="fastchar-pay" rev="1.0.3">
<artifact name="fastchar-pay" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fastchar', module='fastchar-pay', version='1.0.3')
)
libraryDependencies += "com.fastchar" % "fastchar-pay" % "1.0.3"
[com.fastchar/fastchar-pay "1.0.3"]