MVN

org.pustefixframework.samples : pustefix-mvctest

Maven & Gradle

Jul 27, 2021

Pustefix MVC Test

<dependency>
    <groupId>org.pustefixframework.samples</groupId>
    <artifactId>pustefix-mvctest</artifactId>
    <version>0.22.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.pustefixframework.samples : pustefix-mvctest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.22.22

All Versions

Choose a version of org.pustefixframework.samples : pustefix-mvctest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.23.x
pustefix-mvctest-0.23.0
0.22.x
pustefix-mvctest-0.22.22
pustefix-mvctest-0.22.21
pustefix-mvctest-0.22.20
pustefix-mvctest-0.22.19
pustefix-mvctest-0.22.18
pustefix-mvctest-0.22.17
pustefix-mvctest-0.22.16
pustefix-mvctest-0.22.15
pustefix-mvctest-0.22.14
pustefix-mvctest-0.22.13
pustefix-mvctest-0.22.12
pustefix-mvctest-0.22.11
pustefix-mvctest-0.22.10
pustefix-mvctest-0.22.9
pustefix-mvctest-0.22.8
pustefix-mvctest-0.22.7
pustefix-mvctest-0.22.6
pustefix-mvctest-0.22.5
pustefix-mvctest-0.22.4
pustefix-mvctest-0.22.3
pustefix-mvctest-0.22.2

How to add a dependency to Maven

Add the following org.pustefixframework.samples : pustefix-mvctest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.pustefixframework.samples</groupId>
    <artifactId>pustefix-mvctest</artifactId>
    <version>0.22.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.pustefixframework.samples : pustefix-mvctest gradle dependency to your build.gradle file:

implementation 'org.pustefixframework.samples:pustefix-mvctest:0.22.22'

Gradle Kotlin DSL: Add the following org.pustefixframework.samples : pustefix-mvctest gradle kotlin dependency to your build.gradle.kts file:

implementation("org.pustefixframework.samples:pustefix-mvctest:0.22.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.pustefixframework.samples : pustefix-mvctest sbt scala dependency to your build.sbt file:

libraryDependencies += "org.pustefixframework.samples" % "pustefix-mvctest" % "0.22.22"