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