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