azure-spring-cloud-starter-eventhubs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.azure.spring</groupId> <artifactId>azure-spring-cloud-starter-eventhubs</artifactId> <version>4.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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> <groupId>com.azure.spring</groupId> <artifactId>azure-spring-cloud-starter-eventhubs</artifactId> <version>4.0.0</version> <name>Azure Spring Cloud Starter Event Hubs</name> <description>Azure Spring Cloud Starter Event Hubs</description> <url>https://github.com/Azure/azure-sdk-for-java</url> <distributionManagement> <relocation> <groupId>com.azure.spring</groupId> <artifactId>spring-cloud-azure-starter-integration-eventhubs</artifactId> </relocation> </distributionManagement> <licenses> <license> <name>The MIT License (MIT)</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Spring Cloud Azure</name> <email>SpringIntegSupport@microsoft.com</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection> <developerConnection>scm:git:ssh://git@github.com:Azure/azure-sdk-for-java.git</developerConnection> <url>https://github.com/Azure/azure-sdk-for-java</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/Azure/azure-sdk-for-java/issues</url> </issueManagement> </project>