messaging-kafka
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.devlibx.easy</groupId> <artifactId>messaging-kafka</artifactId> <version>0.0.155</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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>easy</artifactId> <groupId>io.github.devlibx.easy</groupId> <version>0.0.155</version> </parent> <artifactId>messaging-kafka</artifactId> <name>messaging-kafka</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>io.github.devlibx.easy</groupId> <artifactId>messaging</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> </dependency> <dependency> <groupId>io.github.devlibx.easy</groupId> <artifactId>testing</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> </dependencies> </project>