Files download
File Operation
sms-integration-1.0.pom download
Apache Maven
<dependency>
  <groupId>cn.chenzw.sms</groupId>
  <artifactId>sms-integration</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.chenzw.sms:sms-integration:1.0'
Gradle Kotlin
implementation("cn.chenzw.sms:sms-integration:1.0")
Scala SBT
libraryDependencies += "cn.chenzw.sms" % "sms-integration" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='cn.chenzw.sms', module='sms-integration', version='1.0')
)
Apache Ivy
<dependency org="cn.chenzw.sms" name="sms-integration" rev="1.0" />
Leiningen
[cn.chenzw.sms/sms-integration "1.0"]
Apache Buildr
'cn.chenzw.sms:sms-integration:jar:1.0'
Dependencies
The project has no third-party dependencies