MVN

com.jccworld : persona-mock-server

Maven & Gradle

Jun 29, 2021
0 stars

Persona Mock Server · A tool to run a basic server that provides mock answers based on personas. I.e. logged out, logged in as Bob, logged in as Jim. Allows full customisation over response, such as headers or logic based responses. Provides consistent and reliable responses everytime.

<dependency>
    <groupId>com.jccworld</groupId>
    <artifactId>persona-mock-server</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jccworld : persona-mock-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of com.jccworld : persona-mock-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
persona-mock-server-2.0
1.0
persona-mock-server-1.0

How to add a dependency to Maven

Add the following com.jccworld : persona-mock-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jccworld</groupId>
    <artifactId>persona-mock-server</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jccworld : persona-mock-server gradle dependency to your build.gradle file:

implementation 'com.jccworld:persona-mock-server:2.0'

Gradle Kotlin DSL: Add the following com.jccworld : persona-mock-server gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jccworld:persona-mock-server:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jccworld : persona-mock-server sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jccworld" % "persona-mock-server" % "2.0"