GroupId | GroupIdio.elements.pay |
---|---|
ArtifactId | ArtifactIdcore-module |
Version | Version1.0.0-beta10 |
Type | Typeaar |
Filename | Size |
---|---|
core-module-1.0.0-beta10.pom | |
core-module-1.0.0-beta10-sources.jar | 252 KB |
core-module-1.0.0-beta10-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.elements.pay/core-module/ -->
<dependency>
<groupId>io.elements.pay</groupId>
<artifactId>core-module</artifactId>
<version>1.0.0-beta10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.elements.pay/core-module/
implementation 'io.elements.pay:core-module:1.0.0-beta10'
// https://jarcasting.com/artifacts/io.elements.pay/core-module/
implementation ("io.elements.pay:core-module:1.0.0-beta10")
'io.elements.pay:core-module:aar:1.0.0-beta10'
<dependency org="io.elements.pay" name="core-module" rev="1.0.0-beta10">
<artifact name="core-module" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.elements.pay', module='core-module', version='1.0.0-beta10')
)
libraryDependencies += "io.elements.pay" % "core-module" % "1.0.0-beta10"
[io.elements.pay/core-module "1.0.0-beta10"]