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