GroupId | GroupIdcom.bihe0832.android |
---|---|
ArtifactId | ArtifactIdcommon-image |
Version | Version4.19.7 |
Type | Typeaar |
Filename | Size |
---|---|
common-image-4.19.7.pom | |
common-image-4.19.7.aar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bihe0832.android/common-image/ -->
<dependency>
<groupId>com.bihe0832.android</groupId>
<artifactId>common-image</artifactId>
<version>4.19.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.bihe0832.android/common-image/
implementation 'com.bihe0832.android:common-image:4.19.7'
// https://jarcasting.com/artifacts/com.bihe0832.android/common-image/
implementation ("com.bihe0832.android:common-image:4.19.7")
'com.bihe0832.android:common-image:aar:4.19.7'
<dependency org="com.bihe0832.android" name="common-image" rev="4.19.7">
<artifact name="common-image" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.bihe0832.android', module='common-image', version='4.19.7')
)
libraryDependencies += "com.bihe0832.android" % "common-image" % "4.19.7"
[com.bihe0832.android/common-image "4.19.7"]