ogham-spring-boot-starter-sms
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>fr.sii.ogham</groupId>
<artifactId>ogham-spring-boot-starter-sms</artifactId>
<version>3.0.0</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>fr.sii.ogham</groupId> <artifactId>ogham-parent</artifactId> <version>3.0.0</version> </parent> <artifactId>ogham-spring-boot-starter-sms</artifactId> <name>Ogham Spring Boot Starter for SMS</name> <description> Starter for Spring Boot that provides dependencies for sending SMS and autoconfiguration </description> <dependencies> <dependency> <groupId>fr.sii.ogham</groupId> <artifactId>ogham-spring-boot-autoconfigure</artifactId> </dependency> <dependency> <groupId>fr.sii.ogham</groupId> <artifactId>ogham-core</artifactId> </dependency> <dependency> <groupId>fr.sii.ogham</groupId> <artifactId>ogham-sms-cloudhopper</artifactId> </dependency> <dependency> <groupId>fr.sii.ogham</groupId> <artifactId>ogham-sms-smsglobal</artifactId> </dependency> <dependency> <groupId>fr.sii.ogham</groupId> <artifactId>ogham-sms-ovh</artifactId> </dependency> <dependency> <groupId>fr.sii.ogham</groupId> <artifactId>ogham-template-freemarker</artifactId> </dependency> <dependency> <groupId>fr.sii.ogham</groupId> <artifactId>ogham-template-thymeleaf</artifactId> </dependency> </dependencies> </project>