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