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