GroupId | GroupIdcom.yoti.mobile.android |
---|---|
ArtifactId | ArtifactIdcommons-utils |
Version | Version2.7.2 |
Type | Typeaar |
Filename | Size |
---|---|
commons-utils-2.7.2.pom | |
commons-utils-2.7.2-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yoti.mobile.android/commons-utils/ -->
<dependency>
<groupId>com.yoti.mobile.android</groupId>
<artifactId>commons-utils</artifactId>
<version>2.7.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yoti.mobile.android/commons-utils/
implementation 'com.yoti.mobile.android:commons-utils:2.7.2'
// https://jarcasting.com/artifacts/com.yoti.mobile.android/commons-utils/
implementation ("com.yoti.mobile.android:commons-utils:2.7.2")
'com.yoti.mobile.android:commons-utils:aar:2.7.2'
<dependency org="com.yoti.mobile.android" name="commons-utils" rev="2.7.2">
<artifact name="commons-utils" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yoti.mobile.android', module='commons-utils', version='2.7.2')
)
libraryDependencies += "com.yoti.mobile.android" % "commons-utils" % "2.7.2"
[com.yoti.mobile.android/commons-utils "2.7.2"]