c

ch-commons-gsm

Utility Java classes for working with GSM mobile technologies (usually SMS or MMS)
https://github.com/twitter/cloudhopper-commons-gsm
Files download
File Operation
ch-commons-gsm-3.0.0.jar download
ch-commons-gsm-3.0.0.pom download
ch-commons-gsm-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cloudhopper</groupId>
  <artifactId>ch-commons-gsm</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.cloudhopper:ch-commons-gsm:3.0.0'
Gradle Kotlin
implementation("com.cloudhopper:ch-commons-gsm:3.0.0")
Scala SBT
libraryDependencies += "com.cloudhopper" % "ch-commons-gsm" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.cloudhopper', module='ch-commons-gsm', version='3.0.0')
)
Apache Ivy
<dependency org="com.cloudhopper" name="ch-commons-gsm" rev="3.0.0" />
Leiningen
[com.cloudhopper/ch-commons-gsm "3.0.0"]
Apache Buildr
'com.cloudhopper:ch-commons-gsm:jar:3.0.0'