Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.gitegg.platform |
ArtifactId | ArtifactIdgitegg-platform-pay |
Version | Version1.0.2.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
gitegg-platform-pay-1.0.2.RELEASE.pom | |
gitegg-platform-pay-1.0.2.RELEASE.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitegg.platform/gitegg-platform-pay/ -->
<dependency>
<groupId>com.gitegg.platform</groupId>
<artifactId>gitegg-platform-pay</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitegg.platform/gitegg-platform-pay/
implementation 'com.gitegg.platform:gitegg-platform-pay:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.gitegg.platform/gitegg-platform-pay/
implementation ("com.gitegg.platform:gitegg-platform-pay:1.0.2.RELEASE")
'com.gitegg.platform:gitegg-platform-pay:jar:1.0.2.RELEASE'
<dependency org="com.gitegg.platform" name="gitegg-platform-pay" rev="1.0.2.RELEASE">
<artifact name="gitegg-platform-pay" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitegg.platform', module='gitegg-platform-pay', version='1.0.2.RELEASE')
)
libraryDependencies += "com.gitegg.platform" % "gitegg-platform-pay" % "1.0.2.RELEASE"
[com.gitegg.platform/gitegg-platform-pay "1.0.2.RELEASE"]