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