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