ogham-sms-cloudhopper
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>fr.sii.ogham</groupId>
<artifactId>ogham-sms-cloudhopper</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-sms-cloudhopper</artifactId> <name>Ogham Cloudhopper SMS implementation</name> <description> SMS implementation for Ogham that uses Cloudhopper SMPP library </description> <properties> <sonar.tests>src/test/groovy,src/test/java</sonar.tests> </properties> <dependencies> <dependency> <groupId>fr.sii.ogham</groupId> <artifactId>ogham-core</artifactId> </dependency> <!-- Sms --> <dependency> <groupId>com.fizzed</groupId> <artifactId>ch-smpp</artifactId> </dependency> <dependency> <groupId>com.cloudhopper</groupId> <artifactId>ch-commons-gsm</artifactId> </dependency> <!-- Tests --> <dependency> <groupId>fr.sii.ogham</groupId> <artifactId>ogham-test-utils</artifactId> <scope>test</scope> </dependency> </dependencies> </project>