Download spring-integration-kafka-2.1.0.release.jar file

Introduction

You can download spring-integration-kafka-2.1.0.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-integration-kafka-2.1.0.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/spring.handlers
META-INF/spring.schemas
META-INF/spring.tooling
org.springframework.integration.kafka.config.xml.KafkaMessageDrivenChannelAdapterParser.class
org.springframework.integration.kafka.config.xml.KafkaNamespaceHandler.class
org.springframework.integration.kafka.config.xml.KafkaOutboundChannelAdapterParser.class
org.springframework.integration.kafka.inbound.KafkaMessageDrivenChannelAdapter.class
org.springframework.integration.kafka.outbound.KafkaProducerMessageHandler.class
org/springframework/integration/kafka/config/spring-integration-kafka-2.1.xsd
org/springframework/integration/kafka/config/spring-integration-kafka.gif

Pom

spring-integration-kafka-2.1.0.release.pom file content.

<?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>org.springframework.integration</groupId>
  <artifactId>spring-integration-kafka</artifactId>
  <version>2.1.0.RELEASE</version>
  <name>Spring Integration Kafka Support</name>
  <description>Spring Integration Kafka Support</description>
  <url>https://github.com/spring-projects/spring-integration-extensions</url>
  <organization>
    <name>SpringIO</name>
    <url>http://spring.io</url>
  </organization>
  <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>
  <developers>
    <developer>
      <id>schacko</id>
      <name>Soby Chacko</name>
      <email>schacko@pivotal.io</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/spring-projects/spring-integration-extensions.git</connection>
    <developerConnection>scm:git:git@github.com:spring-projects/spring-integration-extensions.git</developerConnection>
    <url>https://github.com/spring-projects/spring-integration-extensions</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.integration</groupId>
      <artifactId>spring-integration-core</artifactId>
      <version>4.3.2.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.kafka</groupId>
      <artifactId>spring-kafka</artifactId>
      <version>1.1.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.integration</groupId>
   <artifactId>spring-integration-kafka</artifactId>
   <version>2.1.0.release</version>
</dependency>

Download

If you think the following spring-integration-kafka-2.1.0.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spring-integration-kafka-2.1.0.release.jar file




PreviousNext

Related