Files download
File Operation
SmartPanorama-1.3.4.pom download
SmartPanorama-1.3.4-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.fly2think</groupId>
  <artifactId>SmartPanorama</artifactId>
  <version>1.3.4</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'cn.fly2think:SmartPanorama:1.3.4'
Gradle Kotlin
implementation("cn.fly2think:SmartPanorama:1.3.4")
Scala SBT
libraryDependencies += "cn.fly2think" % "SmartPanorama" % "1.3.4"
Groovy Grape
@Grapes(
  @Grab(group='cn.fly2think', module='SmartPanorama', version='1.3.4')
)
Apache Ivy
<dependency org="cn.fly2think" name="SmartPanorama" rev="1.3.4" />
Leiningen
[cn.fly2think/SmartPanorama "1.3.4"]
Apache Buildr
'cn.fly2think:SmartPanorama:jar:1.3.4'