twitterstream-app-starters-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>twitterstream-app-starters-common</artifactId>
<version>2.1.4.RELEASE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?> <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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>twitterstream-app-starters-build</artifactId> <groupId>org.springframework.cloud.stream.app</groupId> <version>2.1.4.RELEASE</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>twitterstream-app-starters-common</artifactId> <name>twitterstream-app-starters-common</name> <dependencies> <dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-ip</artifactId> <optional>true</optional> </dependency> </dependencies> </project>