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