Download reactor-spring-1.0.1.release.jar file

Introduction

You can download reactor-spring-1.0.1.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

reactor-spring-1.0.1.release.jar file has the following types.

META-INF/MANIFEST.MF
reactor.spring.annotation.Consumer.class
reactor.spring.annotation.ReplyTo.class
reactor.spring.annotation.Selector.class
reactor.spring.annotation.SelectorType.class
reactor.spring.context.config.EnableReactor.class
reactor.spring.context.config.ReactorBeanDefinitionRegistrar.class
reactor.spring.core.convert.ConversionServiceConverter.class
reactor.spring.core.task.DispatcherTaskExecutor.class
reactor.spring.factory.CreateOrReuseFactoryBean.class
reactor.spring.factory.EnvironmentFactoryBean.class
reactor.spring.factory.EventRouting.class
reactor.spring.factory.HashWheelTimerFactoryBean.class
reactor.spring.factory.ReactorFactoryBean.class
reactor.spring.factory.config.ConsumerBeanAutoConfiguration.class
reactor.spring.factory.dynamic.DynamicReactorFactoryBean.class
reactor.spring.selector.ExpressionSelector.class

Pom

reactor-spring-1.0.1.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.projectreactor</groupId>
  <artifactId>reactor-spring</artifactId>
  <version>1.0.1.RELEASE</version>
  <name>Reactor Spring components</name>
  <description>Reactor Spring components</description>
  <url>https://github.com/reactor/reactor</url>
  <organization>
    <name>reactor</name>
    <url>http://github.com/reactor</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>smaldini</id>
      <name>Stephane Maldini</name>
      <email>smaldini@gopivotal.com</email>
    </developer>
    <developer>
      <id>jbrisbin</id>
      <name>Jon Brisbin</name>
      <email>jbrisbin@gopivotal.com</email>
    </developer>
    <developer>
      <id>awilkinson</id>
      <name>Andy Wilkinson</name>
      <email>awilkinson@gopivotal.com</email>
    </developer>
  </developers>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/reactor/reactor/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git://github.com/reactor/reactor</connection>
    <developerConnection>scm:git:git://github.com/reactor/reactor</developerConnection>
    <url>https://github.com/reactor/reactor</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>2.0.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.jayway.jsonpath</groupId>
      <artifactId>json-path</artifactId>
      <version>0.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.projectreactor</groupId>
      <artifactId>reactor-core</artifactId>
      <version>1.0.1.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-beans</artifactId>
      <version>3.2.3.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>3.2.3.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context-support</artifactId>
      <version>3.2.3.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <version>3.2.3.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-expression</artifactId>
      <version>3.2.3.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-tx</artifactId>
      <version>3.2.3.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.projectreactor</groupId>
   <artifactId>reactor-spring</artifactId>
   <version>1.0.1.release</version>
</dependency>

Download

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



Download reactor-spring-1.0.1.release.jar file




PreviousNext

Related