GroupId | GroupIdcom.bihe0832.android |
---|---|
ArtifactId | ArtifactIdcommon-image |
Version | Version4.20.2 |
Type | Typeaar |
Filename | Size |
---|---|
common-image-4.20.2.pom | |
common-image-4.20.2.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.20.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.bihe0832.android/common-image/
implementation 'com.bihe0832.android:common-image:4.20.2'
// https://jarcasting.com/artifacts/com.bihe0832.android/common-image/
implementation ("com.bihe0832.android:common-image:4.20.2")
'com.bihe0832.android:common-image:aar:4.20.2'
<dependency org="com.bihe0832.android" name="common-image" rev="4.20.2">
<artifact name="common-image" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.bihe0832.android', module='common-image', version='4.20.2')
)
libraryDependencies += "com.bihe0832.android" % "common-image" % "4.20.2"
[com.bihe0832.android/common-image "4.20.2"]