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