GroupId | GroupIdcn.bluemobi.dylan |
---|---|
ArtifactId | ArtifactIdphotoview |
Version | Version1.3 |
Type | Typeaar |
Filename | Size |
---|---|
photoview-1.3.pom | |
photoview-1.3.aar | 54 KB |
photoview-1.3-sources.jar | 31 KB |
photoview-1.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/cn.bluemobi.dylan/photoview/ -->
<dependency>
<groupId>cn.bluemobi.dylan</groupId>
<artifactId>photoview</artifactId>
<version>1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.bluemobi.dylan/photoview/
implementation 'cn.bluemobi.dylan:photoview:1.3'
// https://jarcasting.com/artifacts/cn.bluemobi.dylan/photoview/
implementation ("cn.bluemobi.dylan:photoview:1.3")
'cn.bluemobi.dylan:photoview:aar:1.3'
<dependency org="cn.bluemobi.dylan" name="photoview" rev="1.3">
<artifact name="photoview" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.bluemobi.dylan', module='photoview', version='1.3')
)
libraryDependencies += "cn.bluemobi.dylan" % "photoview" % "1.3"
[cn.bluemobi.dylan/photoview "1.3"]