faster-framework-sms-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.org.faster</groupId>
<artifactId>faster-framework-sms-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>cn.org.faster</groupId>
<artifactId>faster-framework-sms-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
<name>faster-framework-sms-spring-boot-starter</name>
<description>faster framework by Spring Boot</description>
<url>https://github.com/faster-framework/</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>zhangbowen</id>
<name>Bowen Zhang</name>
<email>515445681@qq.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/faster-framework/</connection>
<developerConnection>https://github.com/faster-framework/</developerConnection>
<url>https://github.com/faster-framework/</url>
</scm>
<dependencies>
<dependency>
<groupId>cn.org.faster</groupId>
<artifactId>faster-framework-sms-spring-boot-autoconfigure</artifactId>
<version>1.0.0.RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>