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