MVN

org.testifyproject.junit4 : spring-integration-test

Maven & Gradle

Aug 22, 2018
2 usages
7 stars

Spring Integration Test · A module that contains a JUnit test runner for running Spring integration tests

<dependency>
    <groupId>org.testifyproject.junit4</groupId>
    <artifactId>spring-integration-test</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.testifyproject.junit4 : spring-integration-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of org.testifyproject.junit4 : spring-integration-test to add to Maven or Gradle - All Versions:

  • Version Updated
  • spring-integration-test-1.0.6

    Aug 21, 2018
  • spring-integration-test-1.0.5

    Aug 21, 2018
  • spring-integration-test-1.0.4

    May 02, 2018
  • spring-integration-test-1.0.3

    Feb 10, 2018
  • spring-integration-test-1.0.2

    Jan 03, 2018
  • spring-integration-test-1.0.1

    Dec 20, 2017
  • spring-integration-test-1.0.0

    Dec 18, 2017
  • spring-integration-test-0.9.9

    Sep 15, 2017
  • spring-integration-test-0.9.8

    Aug 12, 2017
  • spring-integration-test-0.9.7

    Jul 29, 2017
  • spring-integration-test-0.9.6

    Jul 16, 2017
  • spring-integration-test-0.9.5

    Jun 14, 2017
  • spring-integration-test-0.9.4

    Jun 06, 2017
  • spring-integration-test-0.9.3

    May 14, 2017
  • spring-integration-test-0.9.2

    Mar 20, 2017
  • spring-integration-test-0.9.1

    Mar 19, 2017

How to add a dependency to Maven

Add the following org.testifyproject.junit4 : spring-integration-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.testifyproject.junit4</groupId>
    <artifactId>spring-integration-test</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.testifyproject.junit4 : spring-integration-test gradle dependency to your build.gradle file:

implementation 'org.testifyproject.junit4:spring-integration-test:1.0.6'

Gradle Kotlin DSL: Add the following org.testifyproject.junit4 : spring-integration-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.testifyproject.junit4:spring-integration-test:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.testifyproject.junit4 : spring-integration-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.testifyproject.junit4" % "spring-integration-test" % "1.0.6"