| 组织ID: |
io.amient.affinity |
| 项目ID: |
test-util-kafka_1.1-scala_2.11 |
| 版本: |
0.13.0 |
| 最后修改时间: |
2019-12-13 15:57:39 |
| 包类型: |
jar |
| 标题: |
Affinity Library |
| 描述: |
Library for building fast, scalable, fault-tolerant Data APIs based on Akka, ZooKeeper and Kafka. |
| 相关URL: |
https://github.com/amient/affinity |
| 大小: |
20.49KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.amient.affinity</groupId>
<artifactId>test-util-kafka_1.1-scala_2.11</artifactId>
<version>0.13.0</version>
</dependency>
|
| Gradle引入代码: |
io.amient.affinity:test-util-kafka_1.1-scala_2.11:0.13.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.amient.affinity</groupId>
<artifactId>test-util-kafka_1.1-scala_2.11</artifactId>
<version>0.13.0</version>
<name>Affinity Library</name>
<description>Library for building fast, scalable, fault-tolerant Data APIs based on Akka, ZooKeeper and Kafka.</description>
<url>https://github.com/amient/affinity</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>michal.haris</id>
<name>Michal Haris</name>
<email>mharis@amient.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/amient/affinity.git</connection>
<developerConnection>scm:git:https://github.com/amient/affinity.git</developerConnection>
<url>https://github.com/amient/affinity.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.12</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.0.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.11</artifactId>
<version>1.13.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.101tec</groupId>
<artifactId>zkclient</artifactId>
<version>0.11</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.11</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>*</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-schema-registry</artifactId>
<version>4.1.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>*</artifactId>
<groupId>org.apache.kafka</groupId>
</exclusion>
<exclusion>
<artifactId>*</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.6.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.6.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io.amient.affinity.kafka.EmbeddedKafka.class
io.amient.affinity.kafka.EmbeddedZookeperServer.class
io.amient.affinity.kafka.EmbeddedKafkaServer.class
io.amient.affinity.kafka.EmbeddedZookeperServer$class.class
io.amient.affinity.kafka.EmbeddedKafkaServer$class.class
io.amient.affinity.kafka.EmbeddedKafkaServer$$anon$2.class
io.amient.affinity.kafka.EmbeddedConfluentRegistry$class.class
io.amient.affinity.kafka.EmbeddedZooKeeper.class
io.amient.affinity.kafka.EmbeddedConfluentRegistry$$anon$1.class
io.amient.affinity.kafka.EmbeddedKafkaServer$$anon$1.class
io.amient.affinity.kafka.EmbeddedKafka$class.class
io.amient.affinity.kafka.EmbeddedService$class.class
io.amient.affinity.kafka.EmbeddedService.class
io.amient.affinity.kafka.EmbeddedConfluentRegistry.class
io.amient.affinity.kafka.EmbeddedService$$anonfun$deleteDirectory$1$1.class
io.amient.affinity.kafka.EmbeddedZooKeeper$class.class
|
| 依赖Jar: |
slf4j-api-1.7.21.jar
/org.slf4j/slf4j-api/1.7.21
查看slf4j-api所有版本文件
scala-library-2.11.12.jar
/org.scala-lang/scala-library/2.11.12
查看scala-library所有版本文件
scalatest_2.11-3.0.5.jar
/org.scalatest/scalatest_2.11/3.0.5
查看scalatest_2.11所有版本文件
scalacheck_2.11-1.13.5.jar
/org.scalacheck/scalacheck_2.11/1.13.5
查看scalacheck_2.11所有版本文件
zkclient-0.11.jar
/com.101tec/zkclient/0.11
查看zkclient所有版本文件
kafka_2.11-1.1.0.jar
/org.apache.kafka/kafka_2.11/1.1.0
查看kafka_2.11所有版本文件
kafka-schema-registry-4.1.2.jar
/io.confluent/kafka-schema-registry/4.1.2
查看kafka-schema-registry所有版本文件
jackson-core-2.6.5.jar
/com.fasterxml.jackson.core/jackson-core/2.6.5
查看jackson-core所有版本文件
jackson-databind-2.6.5.jar
/com.fasterxml.jackson.core/jackson-databind/2.6.5
查看jackson-databind所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
logback-classic-1.2.3.jar
/ch.qos.logback/logback-classic/1.2.3
查看logback-classic所有版本文件
logback-core-1.2.3.jar
/ch.qos.logback/logback-core/1.2.3
查看logback-core所有版本文件
|