MVN

net.officefloor.spring : officespring_test

Maven & Gradle

Jul 29, 2020
2 usages
60 stars

Spring Testing · OfficeFloor plug-in for testing with Spring

<dependency>
    <groupId>net.officefloor.spring</groupId>
    <artifactId>officespring_test</artifactId>
    <version>3.26.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.officefloor.spring : officespring_test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.26.0

All Versions

Choose a version of net.officefloor.spring : officespring_test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.26.x
officespring_test-3.26.0
3.25.x
officespring_test-3.25.0
3.24.x
officespring_test-3.24.0
3.23.x
officespring_test-3.23.0
3.22.x
officespring_test-3.22.0
3.21.x
officespring_test-3.21.0
3.20.x
officespring_test-3.20.0
3.19.x
officespring_test-3.19.0
3.18.x
officespring_test-3.18.0
3.17.x
officespring_test-3.17.0
3.16.x
officespring_test-3.16.0
3.15.x
officespring_test-3.15.0
3.14.x
officespring_test-3.14.0
3.13.x
officespring_test-3.13.0
3.12.x
officespring_test-3.12.0
3.11.x
officespring_test-3.11.0
3.10.x
officespring_test-3.10.3
officespring_test-3.10.2
officespring_test-3.10.1
officespring_test-3.10.0
3.9.x
officespring_test-3.9.2
officespring_test-3.9.1
officespring_test-3.9.0

How to add a dependency to Maven

Add the following net.officefloor.spring : officespring_test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.officefloor.spring</groupId>
    <artifactId>officespring_test</artifactId>
    <version>3.26.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.officefloor.spring : officespring_test gradle dependency to your build.gradle file:

implementation 'net.officefloor.spring:officespring_test:3.26.0'

Gradle Kotlin DSL: Add the following net.officefloor.spring : officespring_test gradle kotlin dependency to your build.gradle.kts file:

implementation("net.officefloor.spring:officespring_test:3.26.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.officefloor.spring : officespring_test sbt scala dependency to your build.sbt file:

libraryDependencies += "net.officefloor.spring" % "officespring_test" % "3.26.0"

Advertisement