listening-boot-starters
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.listeningframework.boot</groupId>
<artifactId>listening-boot-starters</artifactId>
<version>1.5.9.3</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 Info -->
<parent>
<groupId>com.listeningframework.boot</groupId>
<artifactId>listening-boot-dependencies</artifactId>
<version>1.5.9.3</version>
<relativePath>../listening-boot-dependencies</relativePath>
</parent>
<!-- Listening boot Starter Parent -->
<artifactId>listening-boot-starters</artifactId>
<packaging>pom</packaging>
<!-- Listening Boot Starters -->
<modules>
<module>listening-boot-starter-sitemesh</module>
<module>listening-boot-starter-metrics</module>
<module>listening-boot-starter-mybatis</module>
<module>listening-boot-starter-quartz</module>
<module>listening-boot-starter-logstash</module>
<module>listening-boot-starter-swagger</module>
</modules>
</project>