文件下载
文件名 操作
photo-ucrop-1.0.0.pom 下载
photo-ucrop-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.bitbucket.yxin47</groupId>
  <artifactId>photo-ucrop</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.bitbucket.yxin47:photo-ucrop:1.0.0'
Gradle Kotlin
implementation("io.bitbucket.yxin47:photo-ucrop:1.0.0")
Scala SBT
libraryDependencies += "io.bitbucket.yxin47" % "photo-ucrop" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.bitbucket.yxin47', module='photo-ucrop', version='1.0.0')
)
Apache Ivy
<dependency org="io.bitbucket.yxin47" name="photo-ucrop" rev="1.0.0" />
Leiningen
[io.bitbucket.yxin47/photo-ucrop "1.0.0"]
Apache Buildr
'io.bitbucket.yxin47:photo-ucrop:jar:1.0.0'