GroupId | GroupIdcom.unflow |
---|---|
ArtifactId | ArtifactIdshared-android |
Version | Version1.6.0 |
Type | Typeaar |
Filename | Size |
---|---|
shared-android-1.6.0.pom | |
shared-android-1.6.0-sources.jar | 61 KB |
shared-android-1.6.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.unflow/shared-android/ -->
<dependency>
<groupId>com.unflow</groupId>
<artifactId>shared-android</artifactId>
<version>1.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.unflow/shared-android/
implementation 'com.unflow:shared-android:1.6.0'
// https://jarcasting.com/artifacts/com.unflow/shared-android/
implementation ("com.unflow:shared-android:1.6.0")
'com.unflow:shared-android:aar:1.6.0'
<dependency org="com.unflow" name="shared-android" rev="1.6.0">
<artifact name="shared-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.unflow', module='shared-android', version='1.6.0')
)
libraryDependencies += "com.unflow" % "shared-android" % "1.6.0"
[com.unflow/shared-android "1.6.0"]