MVN

com.tomtom.speedtools : sms

Maven & Gradle

Apr 12, 2023
8 stars

SpeedTools SMS Services · Provides interfaces for SMS services, with implementations for MessageBird and Nexmo, to send text messages to mobile phones.

<dependency>
    <groupId>com.tomtom.speedtools</groupId>
    <artifactId>sms</artifactId>
    <version>3.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tomtom.speedtools : sms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.4

All Versions

Choose a version of com.tomtom.speedtools : sms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
sms-3.4.4
sms-3.4.3
sms-3.4.2
3.3.x
sms-3.3.0
3.2.x
sms-3.2.23
sms-3.2.22
sms-3.2.21
sms-3.2.20
sms-3.2.19
sms-3.2.18
sms-3.2.17
sms-3.2.16
sms-3.2.14
sms-3.2.13
sms-3.2.12
sms-3.2.11
sms-3.2.10
sms-3.2.9
sms-3.2.8
sms-3.2.7
sms-3.2.6
sms-3.2.5
sms-3.2.4
sms-3.2.3
sms-3.2.2
sms-3.2.1
sms-3.2.0
3.1.x
sms-3.1.1
sms-3.1.0
3.0.x
sms-3.0.26
sms-3.0.25
sms-3.0.24
sms-3.0.23
sms-3.0.21
sms-3.0.20
sms-3.0.19
sms-3.0.18
sms-3.0.17
sms-3.0.16
sms-3.0.15
sms-3.0.14
sms-3.0.13
sms-3.0.12
sms-3.0.11
sms-3.0.10
sms-3.0.9
sms-3.0.8
sms-3.0.7
sms-3.0.6
sms-3.0.5
sms-3.0.4
sms-3.0.3
sms-3.0.2
sms-3.0.1
sms-3.0.0

How to add a dependency to Maven

Add the following com.tomtom.speedtools : sms maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tomtom.speedtools</groupId>
    <artifactId>sms</artifactId>
    <version>3.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tomtom.speedtools : sms gradle dependency to your build.gradle file:

implementation 'com.tomtom.speedtools:sms:3.4.4'

Gradle Kotlin DSL: Add the following com.tomtom.speedtools : sms gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tomtom.speedtools:sms:3.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tomtom.speedtools : sms sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tomtom.speedtools" % "sms" % "3.4.4"

Advertisement