Download ratpack-test-1.4.5.jar file

Introduction

You can download ratpack-test-1.4.5.jar in this page.

License

The Apache Software License, Version 2.0

Type List

ratpack-test-1.4.5.jar file has the following types.

META-INF/MANIFEST.MF
ratpack.test.ApplicationUnderTest.class
ratpack.test.CloseableApplicationUnderTest.class
ratpack.test.MainClassApplicationUnderTest.class
ratpack.test.ServerBackedApplicationUnderTest.class
ratpack.test.embed.EmbeddedApp.class
ratpack.test.embed.EphemeralBaseDir.class
ratpack.test.embed.internal.EmbeddedAppSupport.class
ratpack.test.embed.internal.JarFileEphemeralBaseDir.class
ratpack.test.embed.internal.PathEphemeralBaseDir.class
ratpack.test.exec.ExecHarness.class
ratpack.test.exec.internal.DefaultExecHarness.class
ratpack.test.handling.HandlerExceptionNotThrownException.class
ratpack.test.handling.HandlerTimeoutException.class
ratpack.test.handling.HandlingResult.class
ratpack.test.handling.RequestFixture.class
ratpack.test.handling.UnexpectedHandlerException.class
ratpack.test.handling.internal.DefaultHandlingResult.class
ratpack.test.handling.internal.DefaultRequestFixture.class
ratpack.test.http.TestHttpClient.class
ratpack.test.http.internal.DefaultTestHttpClient.class
ratpack.test.internal.BlockingHttpClient.class
ratpack.test.internal.TestByteBufAllocators.class

Pom

ratpack-test-1.4.5.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-test</artifactId>
  <version>1.4.5</version>
  <name>ratpack-test</name>
  <description>Test time support for developing Ratpack applications and extensions</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.4.5</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.ratpack</groupId>
   <artifactId>ratpack-test</artifactId>
   <version>1.4.5</version>
</dependency>

Download

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



Download ratpack-test-1.4.5.jar file




PreviousNext

Related