Download ratpack-spring-boot-1.1.1.jar file

Introduction

You can download ratpack-spring-boot-1.1.1.jar in this page.

License

The Apache Software License, Version 2.0

Type List

ratpack-spring-boot-1.1.1.jar file has the following types.

META-INF/MANIFEST.MF
ratpack.spring.Spring.class
ratpack.spring.config.EnableRatpack.class
ratpack.spring.config.RatpackConfiguration.class
ratpack.spring.config.RatpackProperties.class
ratpack.spring.config.RatpackServerCustomizer.class
ratpack.spring.config.RatpackServerCustomizerAdapter.class
ratpack.spring.config.internal.ChainConfigurers.class
ratpack.spring.internal.SpringRegistryBacking.class

Pom

ratpack-spring-boot-1.1.1.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>io.ratpack</groupId>
  <artifactId>ratpack-spring-boot</artifactId>
  <version>1.1.1</version>
  <name>ratpack-spring-boot</name>
  <description>Integration with Spring Boot for Ratpack applications - http://projects.spring.io/spring-boot/</description>
  <url>http://www.ratpack.io</url>
  <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>ratpack</id>
      <name>Team Ratpack</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://ratpack@github.com/ratpack/ratpack</connection>
    <developerConnection>scm:git@github.com:ratpack/ratpack.git</developerConnection>
    <url>https://github.com/ratpack/ratpack</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.ratpack</groupId>
      <artifactId>ratpack-core</artifactId>
      <version>1.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version>1.2.4.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.ratpack</groupId>
      <artifactId>ratpack-guice</artifactId>
      <version>1.1.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.ratpack</groupId>
   <artifactId>ratpack-spring-boot</artifactId>
   <version>1.1.1</version>
</dependency>

Download

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



Download ratpack-spring-boot-1.1.1.jar file




PreviousNext

Related