GroupId | GroupIdtop.minepay |
---|---|
ArtifactId | ArtifactIdMinePayApi |
Version | Version1.2-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
MinePayApi-1.2-RELEASE.pom | |
MinePayApi-1.2-RELEASE.jar | 10 KB |
MinePayApi-1.2-RELEASE-sources.jar | 5 KB |
MinePayApi-1.2-RELEASE-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.minepay/MinePayApi/ -->
<dependency>
<groupId>top.minepay</groupId>
<artifactId>MinePayApi</artifactId>
<version>1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.minepay/MinePayApi/
implementation 'top.minepay:MinePayApi:1.2-RELEASE'
// https://jarcasting.com/artifacts/top.minepay/MinePayApi/
implementation ("top.minepay:MinePayApi:1.2-RELEASE")
'top.minepay:MinePayApi:jar:1.2-RELEASE'
<dependency org="top.minepay" name="MinePayApi" rev="1.2-RELEASE">
<artifact name="MinePayApi" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.minepay', module='MinePayApi', version='1.2-RELEASE')
)
libraryDependencies += "top.minepay" % "MinePayApi" % "1.2-RELEASE"
[top.minepay/MinePayApi "1.2-RELEASE"]