License |
License |
---|---|
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdpaypay |
Last Version | Last Version1.2.0-20200903 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
paypay-1.2.0-20200903.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/paypay/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>paypay</artifactId>
<version>1.2.0-20200903</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/paypay/
implementation 'com.github.yingzhuo:paypay:1.2.0-20200903'
// https://jarcasting.com/artifacts/com.github.yingzhuo/paypay/
implementation ("com.github.yingzhuo:paypay:1.2.0-20200903")
'com.github.yingzhuo:paypay:pom:1.2.0-20200903'
<dependency org="com.github.yingzhuo" name="paypay" rev="1.2.0-20200903">
<artifact name="paypay" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='paypay', version='1.2.0-20200903')
)
libraryDependencies += "com.github.yingzhuo" % "paypay" % "1.2.0-20200903"
[com.github.yingzhuo/paypay "1.2.0-20200903"]