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