文件下载
文件名 操作
smpp-plugins-2.2.4.pom 下载
Apache Maven
<dependency>
  <groupId>com.soebes.smpp</groupId>
  <artifactId>smpp-plugins</artifactId>
  <version>2.2.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.soebes.smpp:smpp-plugins:2.2.4'
Gradle Kotlin
implementation("com.soebes.smpp:smpp-plugins:2.2.4")
Scala SBT
libraryDependencies += "com.soebes.smpp" % "smpp-plugins" % "2.2.4"
Groovy Grape
@Grapes(
  @Grab(group='com.soebes.smpp', module='smpp-plugins', version='2.2.4')
)
Apache Ivy
<dependency org="com.soebes.smpp" name="smpp-plugins" rev="2.2.4" />
Leiningen
[com.soebes.smpp/smpp-plugins "2.2.4"]
Apache Buildr
'com.soebes.smpp:smpp-plugins:jar:2.2.4'