xoc-utils-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.xocore</groupId> <artifactId>xoc-utils-java</artifactId> <version>1.0.8</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.xocore</groupId> <artifactId>xoc-utils-java</artifactId> <version>1.0.8</version> <packaging>pom</packaging> <dependencies> <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro</artifactId> <version>1.8.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka_2.12</artifactId> <version>1.0.0</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>log4j</artifactId> <groupId>log4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-streams</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> </dependencies> <description>Utils for all XOC Java Projects</description> <name>xoc-utils-java</name> <url>https://github.com/newellxo/xoc-utils-java</url> <organization> <name>XO By Newell Brands</name> <url>https://xo.team</url> </organization> <issueManagement> <system>GitHub</system> <url>https://github.com/newellxo/xoc-utils-java/issues</url> </issueManagement> <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> <scm> <url>https://github.com/newellxo/xoc-utils-java</url> <connection>scm:git:git://github.com/newellxo/xoc-utils-java.git</connection> <developerConnection>scm:git:ssh://git@github.com:newellxo/xoc-utils-java.git</developerConnection> </scm> <developers> <developer> <name>Zhengwei Li</name> </developer> <developer> <name>Chuanhui Zhang</name> </developer> </developers> </project>