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