GroupId | GroupIdcom.hyperwallet.android.ui |
---|---|
ArtifactId | ArtifactIdcommonrepository |
Version | Version1.0.0-beta08 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.hyperwallet.android.ui/commonrepository/ -->
<dependency>
<groupId>com.hyperwallet.android.ui</groupId>
<artifactId>commonrepository</artifactId>
<version>1.0.0-beta08</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hyperwallet.android.ui/commonrepository/
implementation 'com.hyperwallet.android.ui:commonrepository:1.0.0-beta08'
// https://jarcasting.com/artifacts/com.hyperwallet.android.ui/commonrepository/
implementation ("com.hyperwallet.android.ui:commonrepository:1.0.0-beta08")
'com.hyperwallet.android.ui:commonrepository:aar:1.0.0-beta08'
<dependency org="com.hyperwallet.android.ui" name="commonrepository" rev="1.0.0-beta08">
<artifact name="commonrepository" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hyperwallet.android.ui', module='commonrepository', version='1.0.0-beta08')
)
libraryDependencies += "com.hyperwallet.android.ui" % "commonrepository" % "1.0.0-beta08"
[com.hyperwallet.android.ui/commonrepository "1.0.0-beta08"]