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