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